it does not work under Nvidia RTX3090 #15

Closed
opened 2021-06-21 13:57:57 +02:00 by oracle9i88 · 10 comments
oracle9i88 commented 2021-06-21 13:57:57 +02:00 (Migrated from github.com)
No description provided.
NNNNAI commented 2021-06-21 14:07:26 +02:00 (Migrated from github.com)

Can you describe in detail how it doesn't work. For example, bug reports and the like.

Can you describe in detail how it doesn't work. For example, bug reports and the like.
oracle9i88 commented 2021-06-22 11:35:48 +02:00 (Migrated from github.com)

C:\ProgramData\Miniconda3\envs\simswap\lib\site-packages\torch\cuda_init_.py:104: UserWarning:
NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37.
If you want to use the NVIDIA GeForce RTX 3090 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))

C:\ProgramData\Miniconda3\envs\simswap\lib\site-packages\torch\cuda\__init__.py:104: UserWarning: NVIDIA GeForce RTX 3090 with CUDA capability sm_86 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37. If you want to use the NVIDIA GeForce RTX 3090 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/ warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))
oracle9i88 commented 2021-06-22 11:39:29 +02:00 (Migrated from github.com)

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch

just try

conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch just try
doaa831 commented 2021-06-22 16:36:25 +02:00 (Migrated from github.com)

pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html

Try it

pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html Try it
oracle9i88 commented 2021-06-23 07:53:50 +02:00 (Migrated from github.com)

pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html

Try it

pip install error,wuwu

> pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html > > pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html > > Try it pip install error,wuwu
doaa831 commented 2021-06-23 08:01:30 +02:00 (Migrated from github.com)

pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html
Try it

pip install error,wuwu

Try to create a virtual environment and then apply these two lines again.

> > pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html > > pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html > > Try it > > pip install error,wuwu > > Try to create a virtual environment and then apply these two lines again.
oracle9i88 commented 2021-06-23 09:55:08 +02:00 (Migrated from github.com)

IValueError: check_hostname requires server_hostname
I'v finished the virtual environment...

IValueError: check_hostname requires server_hostname I'v finished the virtual environment...
oracle9i88 commented 2021-06-23 11:11:27 +02:00 (Migrated from github.com)

pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html
Try it

pip install error,wuwu

Try to create a virtual environment and then apply these two lines again.

thanks, I'v slove it

> > > pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html > > > pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu110/torch_nightly.html > > > Try it > > > > > > pip install error,wuwu > > > > Try to create a virtual environment and then apply these two lines again. thanks, I'v slove it
AK391 commented 2021-06-24 02:14:02 +02:00 (Migrated from github.com)

@NNNNAI can inference be done on cpu?

@NNNNAI can inference be done on cpu?
NNNNAI commented 2021-06-24 04:04:39 +02:00 (Migrated from github.com)

Theoretically, it can be inference on the cpu. But inference time will be much longer than on gpu. So I recommend you to use colab instead of your own cpu

Theoretically, it can be inference on the cpu. But inference time will be much longer than on gpu. So I recommend you to use [colab](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/SimSwap%20colab.ipynb) instead of your own cpu
Sign in to join this conversation.