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
Under the README's Installation section it states:
TorchVision requires PyTorch 1.2 or newer.
This doesn't seem to be true as of 0.5.0. In a clean environment:
$ pipenv --python 3.7 $ pipenv install torchvision $ pipenv graph torchvision==0.5.0 - numpy [required: Any, installed: 1.18.1] - pillow [required: >=4.1.1, installed: 7.0.0] - six [required: Any, installed: 1.14.0] - torch [required: ==1.4.0, installed: 1.4.0] <<< Strict requirement: torch==1.4.0
This seems related to #1257. Is this intended? Thanks.
Update: it seems like this is intended as per #1717. Maybe that PR should also update the README?
The text was updated successfully, but these errors were encountered:
Yes, the README is outdated, it now requires PyTorch 1.4 or newer. Can you send a PR improving the README?
Sorry, something went wrong.
@fmassa Sure thing! I've opened #1767. Thanks 👍
Fixed via #1767 , thanks @dataframing for the fix!
No branches or pull requests
Under the README's Installation section it states:
This doesn't seem to be true as of 0.5.0. In a clean environment:
This seems related to #1257. Is this intended? Thanks.
Update: it seems like this is intended as per #1717. Maybe that PR should also update the README?
The text was updated successfully, but these errors were encountered: