sylvialee12

Results 3 issues of sylvialee12

I'm wondering if this method can be applied to datasets containing different domains such as dataset of ImageNet, which we have cats, flowers, dog, etc?

It seems there are quite a few differences between this implementation and the one from the paper. Namely the weight initializers for DeConv, Conv and BatchNorm, noise sample, and whether...

Hello Antoine, I've applied your code on my own datasets, but some strange things happened. Having input the same data and same model checkpoint, I got different results from eval.py...