summaryrefslogtreecommitdiff
path: root/options/base_options.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-17 21:22:26 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-17 21:22:26 +0200
commit872dcf1d511b384b8cbc4076ee696b23055d70af (patch)
tree6e5d85d5c0a98579b5d6e76c1ecc8478a19d5c09 /options/base_options.py
parent0a3ef697eb37936449dc3768b4e9bac1f903cd76 (diff)
scriptz
Diffstat (limited to 'options/base_options.py')
-rwxr-xr-xoptions/base_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/base_options.py b/options/base_options.py
index d735bd9..342f503 100755
--- a/options/base_options.py
+++ b/options/base_options.py
@@ -18,7 +18,7 @@ class BaseOptions():
self.parser.add_argument('--model', type=str, default='pix2pixHD', help='which model to use')
self.parser.add_argument('--norm', type=str, default='instance', help='instance normalization or batch normalization')
self.parser.add_argument('--use_dropout', action='store_true', help='use dropout for the generator')
- self.parser.add_argument('--experiment', type=str, default='label2city', help='another place to name the experiment.')
+ self.parser.add_argument('--experiment', type=str, default='label2city', help='another place to name the experiment when generating...')
# input/output sizes
self.parser.add_argument('--batchSize', type=int, default=1, help='input batch size')