diff --git a/examples/templates/gan.py b/examples/templates/gan.py index 6a8ce55238..e5e5ddb560 100644 --- a/examples/templates/gan.py +++ b/examples/templates/gan.py @@ -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