Joonghyuk Shin

Results 14 comments of Joonghyuk Shin

It seems like there is a problem with loading ckpts. Did you change the file name of the checkpoint? If so, please retry with original file name in huggingface as...

Problem seems to be here. ``` import os os.chdir("PyTorch-StudioGAN") !CUDA_VISIBLE_DEVICES=0 python3 \ /content/PyTorch-StudioGAN/src/main.py \ -sf -metrics is fid prdc -cfg /content/PyTorch-StudioGAN/src/configs/CIFAR10/DCGAN.yaml \ -data data/cifar10 -ckpt /content/checkpoints -save /content/results ``` Once...

We welcome new implementations that contribute to the GAN community. After carefully reviewing changes with Minguk, we will reflect the pull request unless it requires big changes to fundamental structure...

Hi! 1. Yes, we used DINO (only) as feature extractor instead of InceptionV3 network along with SwAV, Swin-T. 2. For now, we do not provide a flag that allows extracting...