Colab (AttributeError:) #361

Open
opened 2022-12-11 20:29:16 +01:00 by suju100 · 9 comments
suju100 commented 2022-12-11 20:29:16 +01:00 (Migrated from github.com)

hello guys : )
I am getting attributeerror again and again would anyone please guide me how can we fix it

screenshots
ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

hello guys : ) I am getting attributeerror again and again would anyone please guide me how can we fix it screenshots ![ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc](https://user-images.githubusercontent.com/120334503/206924351-d5fcf179-d4a2-40dd-9e39-1d7cac0d6d14.png)
amfapic commented 2022-12-12 13:25:38 +01:00 (Migrated from github.com)

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

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
aditiramanan098 commented 2022-12-12 15:13:45 +01:00 (Migrated from github.com)

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.

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.
stgev commented 2022-12-12 19:10:31 +01:00 (Migrated from github.com)

The same problem

The same problem
amfapic commented 2022-12-12 19:20:33 +01:00 (Migrated from github.com)

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.

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

> 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. 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
stgev commented 2022-12-12 19:50:24 +01:00 (Migrated from github.com)

It helps, thanks bro

It helps, thanks bro
subham0001 commented 2022-12-13 07:26:23 +01:00 (Migrated from github.com)

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.

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

ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc

and restart runtime

> 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. 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 ![ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc](https://user-images.githubusercontent.com/120314571/207241966-05c56bbd-dcaa-44fd-8e5e-1c5299be6e5c.JPG) and restart runtime
hemsflame commented 2022-12-17 18:25:22 +01:00 (Migrated from github.com)

please help how to fix this on google colab.

please help how to fix this on google colab.
hemsflame commented 2022-12-17 18:25:40 +01:00 (Migrated from github.com)

I am not able to fix this problem.

I am not able to fix this problem.
amingomezd commented 2023-01-10 02:17:28 +01:00 (Migrated from github.com)

same problem here, cannot run the colab

same problem here, cannot run the colab
Sign in to join this conversation.