Open lordwildbeast opened 1 year ago
At iteration 1000? See: https://github.com/AlexeyAB/darknet/issues/8669
At iteration 1000? See: #8669
how to downgrade CUDNN in colab?
i'm running this code in colab
!pip install libcudnn8-dev==8.4.1.50-1+cuda11.6 libcudnn8==8.4.1.50-1+cuda11.6
and get an error
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
ERROR: Could not find a version that satisfies the requirement libcudnn8-dev==8.4.1.50-1+cuda11.6 (from versions: none)
ERROR: No matching distribution found for libcudnn8-dev==8.4.1.50-1+cuda11.6
At iteration 1000? See: #8669
how to downgrade CUDNN in colab?
i'm running this code in colab
!pip install libcudnn8-dev==8.4.1.50-1+cuda11.6 libcudnn8==8.4.1.50-1+cuda11.6
and get an error
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could not find a version that satisfies the requirement libcudnn8-dev==8.4.1.50-1+cuda11.6 (from versions: none) ERROR: No matching distribution found for libcudnn8-dev==8.4.1.50-1+cuda11.6
!sudo apt-get install libcudnn8-dev=8.4.1.50-1+cuda11.6 libcudnn8=8.4.1.50-1+cuda11.6 pip has nothing to do with it!
At iteration 1000? See: #8669
how to downgrade CUDNN in colab? i'm running this code in colab
!pip install libcudnn8-dev==8.4.1.50-1+cuda11.6 libcudnn8==8.4.1.50-1+cuda11.6
and get an errorLooking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could not find a version that satisfies the requirement libcudnn8-dev==8.4.1.50-1+cuda11.6 (from versions: none) ERROR: No matching distribution found for libcudnn8-dev==8.4.1.50-1+cuda11.6
!sudo apt-get install libcudnn8-dev=8.4.1.50-1+cuda11.6 libcudnn8=8.4.1.50-1+cuda11.6 pip has nothing to do with it!
When I run this on colab I get the following error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libcudnn8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libcudnn8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '8.4.1.50-1+cuda11.6' for 'libcudnn8-dev' was not found
E: Version '8.4.1.50-1+cuda11.6' for 'libcudnn8' was not found
Facing this issue while training yolov4-tiny i use yolov4-tiny pre-trained weights file
yolov4-tiny.conv.29
from here my env: Google ColabNVIDIA-SMI 525.85.12 Driver Version: 525.85.12 CUDA Version: 12.0
Tesla T4Curious to know if anyone else has a same problem, or have an idea as to how to fix this problem. many thanks