Getting ready

This is the moment of truth—have you completed all of the previous recipes up until this point? If not, go back and work on them. Your directory should look like the following, minus the items in the data folder if you haven't run the script yet:

full-gan/
├── data
│ ├── Discriminator_Model.png
│ ├── GAN_Model.png
│ ├── Generator_Model.png
│ ├── sample_0.png
│ ├── sample_1000.png
├── discriminator.py
├── Dockerfile
├── gan.py
├── generator.py
├── README.md
├── run.py
├── run.sh
└── train.py

It's important to get every one of these pieces built and in this repository (without the items inside of the data folder) before proceeding on, as the next few steps will involve using all of the previously built items.

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

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