From f15763b26b68d1576dd078fc454ca3176b7ba609 Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Wed, 20 Oct 2021 17:14:22 +0200 Subject: [PATCH] Decreased number of epochs to 20. --- climax/main/lr_range_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climax/main/lr_range_test.py b/climax/main/lr_range_test.py index f15e5c2..723cc1b 100644 --- a/climax/main/lr_range_test.py +++ b/climax/main/lr_range_test.py @@ -34,7 +34,7 @@ LOGGER = logging.getLogger(__name__) # network training configuration TRAIN_CONFIG = { 'checkpoint_state': {}, - 'epochs': 20, + 'epochs': 25, 'save': True, 'save_loaders': False, 'early_stop': False, -- GitLab