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

torchvision version #100

Open
gillmac13 opened this issue Jul 11, 2019 · 1 comment
Open

torchvision version #100

gillmac13 opened this issue Jul 11, 2019 · 1 comment

Comments

@gillmac13
Copy link

Hi,
It seems like the newest torchvision version 0.3.0 is not compatible with the current code in a number of places such as /pose/models/pose_resnet.py where the "model_zoo" attribute does not exist anymore (replaced by all ?).
Other such incompatibilities appear in other places.

Would you know which version of torchvision was assumed for your code ?
Thanks for your reply,
Gilles

@choyinoom
Copy link

choyinoom commented Jul 17, 2019

Edit the code from
torchvision.models.resnet import model_zoo
to
torch.utils import model_zoo
in /pose/models/pose_resnet.py!

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

No branches or pull requests

2 participants