-
Notifications
You must be signed in to change notification settings - Fork 45
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
Can't create graph visualizations with resnet #11
Comments
I think you need to require cunn as well as nn. |
Also, do you have up-to-date versions of both |
Thank you for kind response! I inattentively disregarded `require 'cunn', since I thought that the code does not have any explicit usage with it. Despite of the cunn, I got new error messages as follows;
I would appreciate if you help me to solve this issue. Thank you for your assistance. Jaehyun |
This looks like a problem with your model definition, or with your input dimension. Can your forward the input into your model, like output = model:forward(input) ? |
Thank you for your kind responses! There was a problem in model definition in ResNet. (I made a bug fix for it. facebookarchive/fb.resnet.torch#37) After the modification, I applied However..... I got new errors with following messages...;
Thank you so much for your assistance :) Best regards, Jaehyun |
Hi, Thanks for pointing this out. I had a fix for the error you are experiencing in a pending PR, but I just integrated the changes in b24b0e5 . Could you try updating |
Thank you so much for your kind response! I works! and thus I made example figures as follows Once again thank you for assistance :) Best regards, Jaehyun |
Great ! Nice plots btw. |
Hi,
I tried to draw ResNet (https://github.com/facebook/fb.resnet.torch/blob/master/models/resnet.lua)
However, I got following error;
Is there anyone who can help me to find this problem?
Thanks
Best regards,
Jaehyun
The text was updated successfully, but these errors were encountered: