You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2019. It is now read-only.
Some experiments have been done to visualize Pytorch graphs in tensorflow using ONNX. The problem is that the graphs usually end up being too big because they print at the Function level.
A way to add higher level scopes for nn Modules for example would be needed to get useful graphs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should write an interface for visualising PyTorch (or any other NN graph).
The text was updated successfully, but these errors were encountered: