Remove hyperopt --continue

This commit is contained in:
Matthias
2020-09-27 16:18:28 +02:00
parent 64c2b6c9a6
commit b736691e0e
5 changed files with 2 additions and 26 deletions

View File

@@ -86,10 +86,7 @@ class Hyperopt:
self.current_best_loss = 100
if not self.config.get('hyperopt_continue'):
self.clean_hyperopt()
else:
logger.info("Continuing on previous hyperopt results.")
self.clean_hyperopt()
self.num_epochs_saved = 0