You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing on Colab and trying to import it, system gives errors
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-100-31f98a41c17c> in <module>()
----> 1 import nonechucks as nc
2 #fruits_dataset = nc.SafeDataset(fruits_dataset)
2 frames
/usr/local/lib/python3.7/dist-packages/nonechucks/__init__.py in <listcomp>(.0)
10 def _get_pytorch_version():
11 version = torch.__version__
---> 12 major, minor, patch = [int(x) for x in version.split(".")]
13 if major != 1:
14 raise RuntimeError(
ValueError: invalid literal for int() with base 10: '1+cu101'
The text was updated successfully, but these errors were encountered:
After installing on Colab and trying to import it, system gives errors
The text was updated successfully, but these errors were encountered: