Colab (AttributeError:) #361
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?
hello guys : )
I am getting attributeerror again and again would anyone please guide me how can we fix it
screenshots

You should try previous pytorch versions (< 1.13):
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
Same problem here.I tried pasting the code mentioned by @amfapic . But I am getting the same error. It used to work fine for me and all of a sudden, I am getting this error.
The same problem
after runing the code pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
you must restart runtime and then use simswap
It helps, thanks bro
You should try previous pytorch versions (< 1.13):
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
paste this link like this
and restart runtime
please help how to fix this on google colab.
I am not able to fix this problem.
same problem here, cannot run the colab