gwgan icon indicating copy to clipboard operation
gwgan copied to clipboard

Learning Generative Models across Incomparable Spaces (ICML 2019)

Results 3 gwgan issues
Sort by recently updated
recently updated
newest added

@bunnech thank you for this paper and code . However the code didn't run for some weird reason. Can you specify the package versions here or on requirements.txt # Reproduce...

I have tried to run the code with the command, `python3 main_gwgan_cnn.py --data fmnist --num_epochs 100 --beta 35` No matter which dataset I use (with changing the beta value), I...

The codes do not reproduce the numerical results reported in the paper for the image datasets (MNIST, FMNIST, CIFAR). I ran the following code: " python3 main_gwgan_cnn.py --data mnist --num_epochs...