-
There are some implementation wrong.
Point out that the place to put the condition is different.
Add condition to output after convolution such like,
Unofficial(this repository)
+ https://gith…
-
Hi @takerum, thanks for providing the code for the papers. I have several questions regarding reproducing the FID score of CIFAR10 in your cgan paper (page 14, table 3):
1. Is the FID score produce…
-
Hi, I found a bug in fid score.
The normalization before inception model is written as:
https://github.com/crcrpar/pytorch.sngan_projection/blob/7afdca4a0e4f2df2efbb585133cccb216b348545/models/inc…
-
Are the Parameters in the inception model for inception score and FID the same as tensorflow's ?
-
hi
I see some cgan code use y in the input before first layer.
So why do you use in block 3 and block 4 in SNResNetConcatDiscriminator?
and also , i am wonder why do you use a lot of y in gen?
…
-
Are you planning to add the conditional batch normalization and projection discriminator similar to cGANs with Projection Discriminator (https://arxiv.org/abs/1802.05637)?
-
The paper and the code are both for the 2D convolution of the sn limit w, then how to deal with w in the 3D convolution?
-
Will you release the code of ResNet based SN-DCGAN model for training ILRSVRC2012 dataset? I'm curious about the details of this network architecture. Thanks.
-
Hi
I am trying to run the code and when I run
python classifier.py --run_name=cifar10_classifier_ms_decay --dataset=cifar10 --image_size=32
I get
InvalidArgumentError (see above for traceback):…
-
the output of inner-product is a scalar. In current implementation, this repo uses hinge loss without sigmoid activation.
So I wonder how to use projection in models with sigmoid activation. Can yo…