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

Change model output path for LR-range test.

parent ef8d294e
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ if __name__ == '__main__':
state_file = state_file.replace('.pt', '_lr_test.pt')
# path to model state
state_file = MODEL_PATH.joinpath(PREDICTAND, state_file)
state_file = MODEL_PATH.joinpath('lr-range', PREDICTAND, state_file)
# initialize logging
log_file = MODEL_PATH.joinpath(PREDICTAND,
......
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