-
Notifications
You must be signed in to change notification settings - Fork 5.4k
unable to visualize the network with pydot #384
Comments
Hi @twmht, |
even though switching to |
after
|
I write the raw data by However, even though all of these nodes can be visualized with png, it's still hard to visualize with human eyes. It would be great if it only provides layer-level virtualization, with some visualization tools like netscope (http://ethereon.github.io/netscope/quickstart.html). And I think this should be a caffe2 issue, not detectron. |
Have you solved the question? I have the same problem. |
no, I have not solved this problem. it seems that it's not an issue of caffe2. it's an issue of pydot. |
ok. reopen this issue to discuss more. |
#508 works well for inference model. The problems are all about training model. Even the After many tries, I still cannot draw a graph. I could only save the PydotGraph to a raw
|
Hi,
I want to visualize FPN network with pydot. I add the rendering process after creating the network.
but pydot get stuck at
write_png
without throwing errors.any idea?
thank you.
The text was updated successfully, but these errors were encountered: