AGE
AGE copied to clipboard
Code for the paper "Adversarial Generator-Encoder Networks"
 Hi Ulyanov, today I just try to download the pre-trained weight. But there is some issue
I was not able to get the CIFAR10 example to run with the defaults, since the expand_as call expects the expanding dimension to be greater or equal to the first...
https://github.com/DmitryUlyanov/AGE/blob/0915760d0506cbb3a371aece103745e1ed4806ee/src/losses.py#L38-L41 KLD appears to use variance in place of standard deviation. utils.var() computes variance as squared distance from mean. Then it's squared again in the KLN01Loss module. Should it be...
Hi Dmitry, I have one question. Why using ((0.5, 0.5, 0.5), (0.5, 0.5, 0.5)) for the Normalize in the SVHN? That values are the ones you want your input to...
Hi, Just for curiosity, I wonder if I get the right pipeline to check the inception score on CelebA dataset as you presented in the paper. Should I use the...
why some of my reconstructions are just blank images? Using a grayscale dataset with default parameters