From 5f386e84e49a5a1ed81b65d1a7e7884c350bebe8 Mon Sep 17 00:00:00 2001 From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu> Date: Tue, 19 Oct 2021 15:12:52 +0200 Subject: [PATCH] Learning rate range test: without early stop. --- 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 554734c..b498ea1 100644 --- a/climax/main/lr_range_test.py +++ b/climax/main/lr_range_test.py @@ -66,7 +66,7 @@ if __name__ == '__main__': optim=OPTIM) # indicate lr range test - state_file = state_file.replace('.pt', 'lr_test.pt') + state_file = state_file.replace('.pt', '_lr_test.pt') # path to model state state_file = MODEL_PATH.joinpath(PREDICTAND, state_file) -- GitLab