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
I have this custom pytorch model (saved as .pth) and wonder whether it is possible to expand blocks that has a plus sign '+'. Clicking over it does not seem to do anything.
The subgraphs aren't stored in .pth files directly. Some modules include Python code which could be parsed similar to #281. Visualization would require #68. PyTorch serialization formats are a moving target and saving to ONNX is more reliable.
I have this custom pytorch model (saved as .pth) and wonder whether it is possible to expand blocks that has a plus sign '+'. Clicking over it does not seem to do anything.
Here is .pth model file:
https://drive.google.com/open?id=1aK5p0sUbxjn1bmIlb2JZqgGZRsDqTfNT
Here is a picture:
The text was updated successfully, but these errors were encountered: