diff options
Diffstat (limited to 'options/dataset_options.py')
| -rw-r--r-- | options/dataset_options.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py index 5c90d86..0040540 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -59,6 +59,13 @@ class DatasetOptions(BaseOptions): help='scp destination' ) + self.parser.add_argument( + '--experiment', + type=str, + default="", + help='experiment name' + ) + ## IMAGE FILTERS ### RECURSION |
