October 2018
Intermediate to advanced
472 pages
10h 57m
English
The entire script can be split into four modules named train_mnist.py, training_plots.py, GAN.py, and train_gan.py. Store these in a folder of your choice, for example, gan. Set gan as the project folder in your favorite source code editor and just run the train_gan.py file.
The train_gan.py Python file will import functions from all of the other modules in places where they're needed for execution.
Now, let's walk through the contents of each file.
Read now
Unlock full access