yumingj / Talk-to-Edit

Code for Talk-to-Edit (ICCV2021). Paper: Talk-to-Edit: Fine-Grained Facial Editing via Dialog.

Home Page:https://www.mmlab-ntu.com/project/talkedit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error occurs when upfirdn2d() is called

lishanlu136 opened this issue · comments

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

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