Skip to content
Snippets Groups Projects
Commit 5f386e84 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Learning rate range test: without early stop.

parent 79c5206a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment