diff options
Diffstat (limited to 'src/training/run_experiment.py')
-rw-r--r-- | src/training/run_experiment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/training/run_experiment.py b/src/training/run_experiment.py index 0167725..2c9a196 100644 --- a/src/training/run_experiment.py +++ b/src/training/run_experiment.py @@ -256,7 +256,7 @@ def run_experiment( # Load from checkpoint if resuming an experiment. resume = False if checkpoint is not None or pretrained_weights is not None: - resume = True + # resume = True _load_from_checkpoint(model, model_dir, pretrained_weights) logger.info(f"The class mapping is {model.mapping}") |