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 Jul 22, 2024. It is now read-only.
Thanks for sharing your great work. When I reimplemented your code, I met the following error:
UnboundLocalError: local variable 'shape_estimator' referenced before assignment
I used LeNet on Mnist.
Could you tell me the reason may cause such error?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @zarekxu, thanks a lot for your interest in our work! The shape_estimator is used to calculate the input dimension of the very first FC layer in a CNN model architecture e.g. LeNet or VGG. Based on your description, it seems there are some issues with model weight reloading in the MNIST+LeNet experiment.
Can you please provide more details on how to reproduce the issue e.g. what was launch script you used and which exact line reports that error?
Thanks again and I'm happy to provide more help on this issue.
Hello Authors,
I ran the vgg on Mnist and got the "shape_estimator error. I didn't change anything in the code, just wanted to recreate the results of the paper. Here is the content of the run.sh file:
Thanks for sharing your great work. When I reimplemented your code, I met the following error:
UnboundLocalError: local variable 'shape_estimator' referenced before assignment
I used LeNet on Mnist.
Could you tell me the reason may cause such error?
Thanks.
The text was updated successfully, but these errors were encountered: