Open abozahran opened 1 year ago
@abozahran Its probably related to your pytorch version. We are using version 1.10.0.
I have the same problem as you pytorch version is 1.10.0, have you solved it?
@abozahran Its probably related to your pytorch version. We are using version 1.10.0.
change your set like this could help !pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 torchtext==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
I have the same problem as you pytorch version is 1.10.0, have you solved it?
change your set like this could help !pip3 install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 torchtext==0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
I got this error By the way I have rtx 3090 will this work with me