Getting ready

Spot check! Make sure you have the following files in your working directory:

├── docker
│ ├── build.sh
│ ├── clean.sh
│ └── Dockerfile
├── README.md
├── run.sh
└── src
| ├── generator.py
| ├── discriminator.py
| ├── gan.py
| ├── train.py

Make sure you have the generator, discriminator, and GAN networks all built—otherwise, nothing in the training script will work!

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

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