Update gan.py
This commit is contained in:
parent
0d5da5f29b
commit
13f2d1ab1c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue