yumingj / Talk-to-Edit

Code for Talk-to-Edit (ICCV2021). Paper: Talk-to-Edit: Fine-Grained Facial Editing via Dialog.
https://www.mmlab-ntu.com/project/talkedit/
338 stars 47 forks source link

An error occurs when upfirdn2d() is called #8

Closed lishanlu136 closed 2 years ago

lishanlu136 commented 2 years ago

error msg: upfirdn2d(): incompatible function arguments. The following argument types are supported:

  1. (arg0: at::Tensor, arg1: at::Tensor, arg2: int, arg3: int, arg4: int, arg5: int, arg6: int, arg7: int, arg8: int, arg9: int) -> at::Tensor
yumingj commented 2 years ago

The reason could be the wrong environment for StyleGAN2-PyTorch. You may need to check your CUDA version and GCC version.