Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffreyangus committed Jul 20, 2023
1 parent 561cec2 commit c3cd863
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ludwig/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,6 @@ def on_epoch_end(self, trainer, progress_tracker, save_path):
else:
calibrator.train_calibration(validation_set, VALIDATION)
if not skip_save_model:
# ensure that any changes to the model object held by the
# trainer class are reflected in the model in this class.
self.model.save(model_dir)

# Evaluation Frequency
Expand Down

0 comments on commit c3cd863

Please sign in to comment.