Merge pull request #2142 from hroff-1902/hyperopt-print-json
Hyperopt: --print-json option
This commit is contained in:
@@ -242,6 +242,9 @@ class Configuration(object):
|
||||
else:
|
||||
config.update({'print_colorized': True})
|
||||
|
||||
self._args_to_config(config, argname='print_json',
|
||||
logstring='Parameter --print-json detected ...')
|
||||
|
||||
self._args_to_config(config, argname='hyperopt_jobs',
|
||||
logstring='Parameter -j/--job-workers detected: {}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user