diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:07:34 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 02:07:34 +0200 |
| commit | e1ecfd498a9c7800e54533bce487a0e8012efbdc (patch) | |
| tree | 388ea9797df309e4b46c21b19029a23be98afe62 /options | |
| parent | 13a28cc9347ba2a1a3603cbd3dd5b654f1fa7cfb (diff) | |
yeah
Diffstat (limited to 'options')
| -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 |
