Has anyone ever run into this error? I see on PyTorch boards that it has to do with Conda installs but that’s not something I have control over since I’m running it on Kaggle.
Here is my notebook. If anyone has any idea I’d be super thankful for the help!
Hi,
This issue is still there.
I am trying to replicate the bear classification problem from fast.ai book but I am getting the same problem when I am running the following code on GPU:
I tried almost following things as suggested in the above mentioned Kaggle discussion thread but nothing worked out. !conda install -c pytorch magma-cuda110 -y pip install --user torch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 torchtext==0.10.0 pip install --user torch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 torchtext==0.8.1.
If anyone still runs into this issue while working through chapter 2 (I just did today), I was able to get it to work by setting the environment to “Always use latest options”. This setting is located in the right hand notebook panel under the “Notebook Options” section.