Some tips that might make you use it smoothly on Windows 10 #157
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First of all, thank the developers for their hard work to allow us to use such a very good tool. I also encountered a lot of problems when trying to make it work, and it took me a lot of time. So I hope my tips will save you time.
About my configuration: 3080Ti + Intel CPU + Win10 with Anaconda installed
cudatoolkit=11.3conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorchThis instructions in the tutorial may cause some strange problems such as not being able to find CUDA devices. My theory is that the source of priority installation is different according to the different conda configuration files. So please useconda install pytorch torchvision torchaudio cudatoolkit=11.3to avoid these problems.(If you are not using a 30 series graphics card, specify the CUDA version as 10.2)If we use google colab with T4, how gonna this work ? upgrade cudatool ?
update : have upgrade conda with another jupyter notebook with installing new cuda 11.3 . but still same, stuck at 2 iterations/s . 2GB max usage.
I got a long time not using the Colab, maybe it is the driver issue?
You can check the details about all the CUDA versions and driver versions from here.