DCGAN
DCGAN copied to clipboard
The Simplest DCGAN Implementation
Tried both the dcgan folder version of tensorlayer (1.4.5) and installed version of tensorlayer (1.8.1). tensorflow version is 1.6.0. ``` $ python main.py /home/ly/anaconda3/envs/learning/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument...
which version are u using for python?,i use python 3.5,there is an error shows "ImportError: No module named 'java'"
### **When I try to run the repository to realize dcgan(After running python download.py mnist successfully, when running python main.py), I meet the problem as follows.** `Traceback (most recent call...
#how to specify number of images to be generated #29