dmlc / gluon-cv

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

Not working in Google Colab? Old cuda libraries and not supported anymore? #1775

Closed karthik111 closed 3 months ago

karthik111 commented 7 months ago

Hi, Is it possible to run Gluon CV on Google Colab? Is this still in active use and supported?

It looks like we use legacy libraries that are not supported anymore?

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

github-actions[bot] commented 4 months 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.

Ammar-BinMadi commented 1 week ago

I also had the same problem while running Gluon CV on Google Colab I get the following error

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