One of the most basic GAN setup. Training on MNIST dataset for generating handwritten digits, on Tensorflow.
python train.py
python generate.py
Result:
python convert_to_video.py
One of the most basic GAN setup. Training on MNIST dataset for generating handwritten digits, on Tensorflow.
Python