crayon icon indicating copy to clipboard operation
crayon copied to clipboard

Missing graph visualisation

Open edran opened this issue 7 years ago • 4 comments

We should write an interface for visualising PyTorch (or any other NN graph).

edran avatar Feb 27 '17 10:02 edran

Any updates?

ytian81 avatar Jun 20 '17 15:06 ytian81

Any updates? That's a cool function.

sunshineatnoon avatar Sep 07 '17 21:09 sunshineatnoon

Any updates...?

nashory avatar Sep 28 '17 09:09 nashory

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.

albanD avatar Sep 28 '17 09:09 albanD