dmlc / gluon-cv

Gluon CV Toolkit
http://gluon-cv.mxnet.io
Apache License 2.0
5.79k stars 1.21k forks source link

PyTorch 2.0 Support #1768

Closed akowalsk closed 1 year ago

akowalsk commented 1 year ago

PyTorch 2.0 has been released but gluon-cv still checks for torch < 2.0.0 when I try to import it and generates a runtime error with gluoncv 0.10 installed:

RuntimeError: Legacy torch==2.0.0 detected, some modules may not work properly. torch>=1.4.0,<2.0.0 is required. You can use pip or conda to upgrade

Is there a timeline for supporting gluoncv in an environment with PyTorch 2.0 installed?

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.