Matthias Walle

Results 1 comments of Matthias Walle

Hi susan, You are correct I had 1.9 installed, downgrading to the following solved the problem: ``` # CUDA 10.2 conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.2 -c pytorch ``` THANK...