From 13f2d1ab1ce5239ae3f6ad41d9a7b244dd78289a Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 14 Aug 2019 08:41:32 -0400 Subject: [PATCH] Update gan.py --- examples/templates/gan.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/examples/templates/gan.py b/examples/templates/gan.py index 6a8ce552..e5e5ddb5 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