Skip to content
New issue

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

PyTorch block expansion #338

Closed
hwasiti opened this issue Sep 29, 2019 · 1 comment
Closed

PyTorch block expansion #338

hwasiti opened this issue Sep 29, 2019 · 1 comment

Comments

@hwasiti
Copy link

hwasiti commented Sep 29, 2019

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:

ScreenClip

@lutzroeder lutzroeder changed the title How to expand blocks PyTorch block expansion Oct 4, 2019
@lutzroeder
Copy link
Owner

lutzroeder commented Oct 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants