diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:23:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 01:23:12 +0200 |
| commit | 1f28a7e2f137deca19000773ad018cec363aa3a5 (patch) | |
| tree | 3646d9f05a80c2775f9a278eade619f49a32adf6 /options/base_options.py | |
| parent | f383d4f56b6c68948e0d3c6cc9d8c5fcbe42dbc7 (diff) | |
| parent | 6a8572f82edeae9fa555167ddd4fc8f6fe63af76 (diff) | |
Merge branch 'master' of ghghgh.us:pix2pix
Diffstat (limited to 'options/base_options.py')
| -rw-r--r-- | options/base_options.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/base_options.py b/options/base_options.py index 105292f..814ea3e 100644 --- a/options/base_options.py +++ b/options/base_options.py @@ -50,7 +50,6 @@ class BaseOptions(): self.initialize() self.opt = self.parser.parse_known_args() self.opt.isTrain = self.isTrain # train or test - return self.opt str_ids = self.opt.gpu_ids.split(',') self.opt.gpu_ids = [] |
