Update gan.py

This commit is contained in:
William Falcon
2019-08-14 08:41:32 -04:00
committed by GitHub
parent 0d5da5f29b
commit 13f2d1ab1c
+8
View File
@@ -1,3 +1,11 @@
"""
To run this template just do:
python gan.py
After a few epochs, launch tensorboard to see the images being generated at every batch.
tensorboard --logdir default
"""
from argparse import ArgumentParser
import os
import numpy as np