diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:17:49 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:17:49 +0200 |
| commit | f9d5033b877223e94d6215eb3a2439efeb052246 (patch) | |
| tree | 4e6f966246c0d2627ae542e581ad90314f565300 /options/base_options.py | |
| parent | ac496a5cd04bbaef7feb1616a6116bbff1f1b0d4 (diff) | |
args
Diffstat (limited to 'options/base_options.py')
| -rwxr-xr-x | options/base_options.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/base_options.py b/options/base_options.py index 0b7444a..ba7a4b2 100755 --- a/options/base_options.py +++ b/options/base_options.py @@ -18,6 +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.') # input/output sizes self.parser.add_argument('--batchSize', type=int, default=1, help='input batch size') |
