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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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