gans-collection.torch
gans-collection.torch copied to clipboard
Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)
Results
2
gans-collection.torch issues
Sort by
recently updated
recently updated
newest added
(https://www.quora.com/What-is-the-difference-between-CycleGAN-and-DiscoGAN-They-both-seem-to-be-the-same-thing) + CycleGAN has a single cycle-consistency loss. Also, when comparing F(G(y)) with y, it seems that the two papers use different forms of distance measures (MSE, hinge-loss). + CycleGan...
It seems the network learns to ignore the encoded noise z_hat at the end of the training. Need to configure.