WARNING message after performing the swap #462

Open
opened 2024-05-13 00:05:34 +02:00 by TomiTom1234 · 0 comments
TomiTom1234 commented 2024-05-13 00:05:34 +02:00 (Migrated from github.com)

I installed everything needed. When I type this command:
python test_wholeimage_swapmulti.py --crop_size 512 --use_mask --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/face.jpg --pic_b_path ./demo_file/body.png --output_path ./output/

I get this message, then under it the list of OPTIONS, then the END line, but no action of swapping:

UserWarning:
NVIDIA GeForce RTX 3070 Ti 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 3070 Ti 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))

Any idea what is messing here?

I installed everything needed. When I type this command: python test_wholeimage_swapmulti.py --crop_size 512 --use_mask --Arc_path arcface_model/arcface_checkpoint.tar --pic_a_path ./demo_file/face.jpg --pic_b_path ./demo_file/body.png --output_path ./output/ I get this message, then under it the list of OPTIONS, then the END line, but no action of swapping: UserWarning: NVIDIA GeForce RTX 3070 Ti 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 3070 Ti 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)) Any idea what is messing here?
Sign in to join this conversation.