summaryrefslogtreecommitdiff
path: root/options/base_options.py
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-05-15 01:22:44 +0200
committerjules@lens <julescarbon@gmail.com>2018-05-15 01:22:44 +0200
commit6a8572f82edeae9fa555167ddd4fc8f6fe63af76 (patch)
tree8dbca7044508c9368eefadc5182e79626cd37b34 /options/base_options.py
parent4ae0ab0e36e5ce97accd8e27eddc4bf415e0433b (diff)
mogrify and so
Diffstat (limited to 'options/base_options.py')
-rw-r--r--options/base_options.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/options/base_options.py b/options/base_options.py
index d569928..b04216d 100644
--- a/options/base_options.py
+++ b/options/base_options.py
@@ -50,7 +50,6 @@ class BaseOptions():
self.initialize()
self.opt = self.parser.parse_args()
self.opt.isTrain = self.isTrain # train or test
- return self.opt
str_ids = self.opt.gpu_ids.split(',')
self.opt.gpu_ids = []