-
Notifications
You must be signed in to change notification settings - Fork 34
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
Run error #4
Comments
Hi, What is your torchvision version? You might be using an old VGG11 implementation in which the average pool right before the classifier layer is not adaptive. Check if that is the reason. If yes, try updating your pytorch and torchvision version. |
torch==1.5.0 torchvision==0.2.0 |
I think it is related to this issue here: For a simple solution, just use torch 1.4 instead of 1.5 and it should work. |
Thanks for you reply. I used |
Hi Bo,
Thanks for your work. I have a question when I run
python demoPoseEst.py
without any modification. The other demo scripts have similar error while running.Regards
The text was updated successfully, but these errors were encountered: