Open ammarasmro opened 3 years ago
Currently getting around it with
environment.yml
environment.yml
conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch
And lab1 passes. Not sure if it completely solves the problem though
I modified the below to make it work on my RTX3090 + Ubuntu 20:
environment.yml
conda install -c anaconda cudatoolkit
conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch
RTX3070 + Ubuntu 18.04
(if activated) conda deactivate
conda env remove -n fsdl-text-recognizer-2021
remove both cuda and cudnn versions in environment.yml as tranhoangkhuongvn mentioned
name: fsdl-text-recognizer-2021
channels:
- defaults
dependencies:
- python=3.6 # Google Colab is still on Python 3.6
- pip
- pip:
- pip-tools
make conda-update
conda activate fsdl-text-recognizer-2021
make pip-tools
conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch -c conda-forge
System:
GPU: 3080
Followed mentioned steps but ended up with this error
Complete output