summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-18 16:29:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-18 16:29:15 +0200
commit8bbdf4cec3af41e719d9c64c4d54de866ab60e1e (patch)
tree8ded8a78801a740466eb6c460c56522aabd96565
parent6c01c62d75bd5e93f79ffa64da56841292985d3a (diff)
live script
-rwxr-xr-xoptions/base_options.py1
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