stylegan2-pytorch
stylegan2-pytorch copied to clipboard
Weight converting issue
Hi, thanks for watching this. I've tried to use convert_weight.py to convert my .pkl snapshot to a .pt file. I git cloned the stylegan2 model that the author suggested but ended up getting the bug that was suppose to appear in using sylegan2-ada:
ModuleNotFoundError: No module named 'torch_utils.persistence'
Any suggestions?