From c3cd8636022a799ff19e5d8f0a4cce1fb5b86860 Mon Sep 17 00:00:00 2001 From: Geoffrey Angus Date: Wed, 19 Jul 2023 17:36:25 -0700 Subject: [PATCH] cleanup --- ludwig/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ludwig/api.py b/ludwig/api.py index 16f3e628076..6e0230c347e 100644 --- a/ludwig/api.py +++ b/ludwig/api.py @@ -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