Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING message after performing the swap #462

Open
TomiTom1234 opened this issue May 12, 2024 · 0 comments
Open

WARNING message after performing the swap #462

TomiTom1234 opened this issue May 12, 2024 · 0 comments

Comments

@TomiTom1234
Copy link

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant