Getting ready

Add the following files, which you'll need to train the GAN:

DCGAN
├── data
├── docker
├── README.md
├── run.sh
├── scripts
└── src
├── discriminator.py
├── gan.py
├── generator.py
├── run.py
├── save_to_npy.py
└── train.py

The train.py and run.py files will drive the training of your DCGAN architecture.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.144.216