Skip to content

Commit 4212f5d

Browse files
committed
update to really no retrain
1 parent 456f1da commit 4212f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

search_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def retrain_best_model(exp_name, best_config, best_log_dir, merge_train_val):
214214
data = load_static_data(
215215
best_config, merge_train_val=best_config.merge_train_val)
216216

217-
218217
if merge_train_val:
219218
logging.info(f'Re-training with best config: \n{best_config}')
220219
trainer = TorchTrainer(config=best_config, **data)

0 commit comments

Comments
 (0)