Skip to content

Commit

Permalink
Corrected setting callback_list
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy96 committed Dec 3, 2023
1 parent db56a03 commit 34758c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepcovnet/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def execute(self, input_data: inputs.TrainingInput) -> model.StepCOVNetModel:
input_data,
saved_original_weights=weights,
epochs=epochs_final,
callbacks=self.get_retraining_callbacks(hyperparameters),
callback_list=self.get_retraining_callbacks(hyperparameters),
)
self.save(
input_data.config, training_history=retraining_history, retrained=True
Expand Down

0 comments on commit 34758c0

Please sign in to comment.