We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.....pytorch2caffe.py", line 382, in plot_graph (graph,) = pydot.graph_from_dot_file(fname) TypeError: 'Dot' object is not iterable
The text was updated successfully, but these errors were encountered:
I have a same problem with you!and have you solved it?
Sorry, something went wrong.
add_nodes(top_var.grad_fn) # dot.save(fname) # (graph,) = pydot.graph_from_dot_file(fname) # im_name = '{}.png'.format(fname) # graph.write_png(im_name) # print(im_name) # # return im_name dot.view('d:/aa.txt')
you can use dot.view()
how did you fix this?
No branches or pull requests
.....pytorch2caffe.py", line 382, in plot_graph (graph,) = pydot.graph_from_dot_file(fname) TypeError: 'Dot' object is not iterable
The text was updated successfully, but these errors were encountered: