Training is the life blood of your model. You've created something, but without a way to train and show it to the world, it is meaningless. This class is going to provide your model with a way to train and a method for you to spot check the training.
Training your first GAN
Getting ready
Remember to complete all of the steps up until this point! Once you get that done, you need to create the train.py and run.py files in the full-gan folder. Also, if you haven't done so already, go ahead and create the data folder inside of the full-gan folder. Ensure that you have put the full-gan folder at the $HOME/full-gan location, or you might need to update your run.sh script.