We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run your code, there is an error 'no module named 'torchvision.layers'. and I can not use the link
pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d.
The solution of sudo apt-get install git-core pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d doesn't work.
The text was updated successfully, but these errors were encountered:
hello,this is my pip: torch==1.1.0,torchvision==0.3.0
this is my code: from torchvision.ops import RoIAlign
l hope that my suggest is useful for you
Sorry, something went wrong.
No branches or pull requests
When I run your code, there is an error 'no module named 'torchvision.layers'. and I can not use the link
pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d.
The solution of
sudo apt-get install git-core
pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d
doesn't work.
The text was updated successfully, but these errors were encountered: