diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 16:29:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 16:29:15 +0200 |
| commit | 8bbdf4cec3af41e719d9c64c4d54de866ab60e1e (patch) | |
| tree | 8ded8a78801a740466eb6c460c56522aabd96565 /options/base_options.py | |
| parent | 6c01c62d75bd5e93f79ffa64da56841292985d3a (diff) | |
live script
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 342f503..17d5686 100755 --- a/options/base_options.py +++ b/options/base_options.py @@ -60,6 +60,7 @@ class BaseOptions(): self.parser.add_argument('--verbose', action='store_true', default = False, help='toggles verbose') # recursive stuff + self.parser.add_argument('--module_name', type=str, default='pix2pixHD', help='name of the module...!') self.parser.add_argument('--poll_delay', type=float, default=0.01, help='time to wait when looking for next recursive image') self.initialized = True |
