From 8bbdf4cec3af41e719d9c64c4d54de866ab60e1e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 18 Jun 2018 16:29:15 +0200 Subject: live script --- options/base_options.py | 1 + 1 file changed, 1 insertion(+) (limited to 'options/base_options.py') 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 -- cgit v1.2.3-70-g09d2