Add --analyze-per-epoch - moving populate_analysis to the epoch process

This commit is contained in:
Matthias
2022-08-19 15:19:43 +02:00
parent 09f8904545
commit bc359675a2
6 changed files with 48 additions and 12 deletions

View File

@@ -302,6 +302,9 @@ class Configuration:
self._args_to_config(config, argname='spaces',
logstring='Parameter -s/--spaces detected: {}')
self._args_to_config(config, argname='analyze_per_epoch',
logstring='Parameter --analyze-per-epoch detected.')
self._args_to_config(config, argname='print_all',
logstring='Parameter --print-all detected ...')