FreezeD
FreezeD copied to clipboard
Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
Hi, Thank you for organizing the code. I just want to know the minimum gpu requirement and time the model will take to finetune after we have that resource. Since...
When I try to run precompute_acts.py, there comes an error: Traceback (most recent call last): File "precompute_acts.py", line 41, in dataset = MultiResolutionDataset(f'./dataset/{args.dataset}_lmdb', transform) File "/content/drive/My Drive/FreezeD-master/stylegan/dataset.py", line 23, in...
You should change inception model to evaluation mode before calculating FID score. Inception model contains batch normalization, whose training and evaluation behaviors are different. For example, you should add "inception.eval()"...
The work is interesting. I want to train my model with your datasets. Could you please provide more detailed description of the datasets used in the Table 1 in the...