goongzi-leean
goongzi-leean
I'm sorry I forgot to post my code: !python3 src/main.py -cfg './src/configs/CIFAR10/StyleGAN2-ADA.yaml' -data '../../Dataset/' -save './outputs/cifar10_outputs/StyleGAN2-ADA/' --seed 82624 -t -hdf5 -l -metrics is fid prdc --pre_resizer lanczos --post_resizer friendly -sr...
Dear author, I am sorry for replying to you so late.The reason is that I have encountered a new problem and I am working on solving it. > tcmalloc: large...
A new problem was discovered. Although I have solved it, I still want to tell you about this bug. My code is: `!python3 src/main.py -cfg './src/configs/CIFAR10/ACGAN-Mod.yaml' -data '../../Dataset/' -save './outputs/cifar10_outputs/ACGAN-Mod/'...
Hi A new problem arises when I load a new Stylegan-Ada model instead of your trained model to continue training. > File "src/main.py", line 193, in > hdf5_path=hdf5_path) > File...