Shao-Hua Sun
Shao-Hua Sun
Ideally, the g_loss shouldn't be negative. Can you describe the issue more accurately?
Thanks for the catch! Please create a PR so that your effort is recognized.
This usually means there are images in your dataset which are corrupted. Please check it.
Could you provide the command you tried to run and the version of your TensorFlow?
Are you using the norm code I implemented in `ops.py` or the snippet provided in the paper? I do not think I clearly understand your code, including where do you...
I cannot debug with this piece of information. My guess is that tf is complaining about using _None_ to specify a tensor shape. Maybe you can try to replace the...
Add `-lfreeimage` at the end of line 67 of **nbproject/Makefile-Release.mk**.
The result would be saved as an hdf5 file. For example, you can save the result using this command: `python evaler.py --dataset CIFAR10 --checkpoint train_dir/default-CIFAR10_lr_0.0001_update_G5_D1-20171209-215809/model-99001 --output_file output.hdf5`. This file can...
Thanks for providing detailed descriptions of the issue. It looks like your model was not trained well. As DCGAN model is sensitive to the weight initialization, I would recommend you...
Yes. I will update the table once the decisions are out.