andevellicus commented on a change in pull request #18515:
URL: https://github.com/apache/incubator-mxnet/pull/18515#discussion_r437036705
##########
File path: julia/src/visualize.jl
##########
@@ -207,7 +207,9 @@ function _format_graphviz_edge(io::IOBuffer, head, tail,
attrs)
_format_graphviz_attr(io, attrs)
end
function _extract_shape(str :: AbstractString)
- shape = matchall(r"\d+", str)
+ #shape = matchall(r"\d+", str)
Review comment:
Done.
Sorry for the mess, my first PR....
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]