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

Change path to models states.

parent 2f5e2bf3
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ if __name__ == '__main__':
lr_scheduler=LR_SCHEDULER)
# models trained with bootstrapping
state_file = MODEL_PATH.joinpath('bootstrap', PREDICTAND, state_file.stem,
state_file)
state_file = MODEL_PATH.joinpath('bootstrap', PREDICTAND, state_file)
state_file = state_file.parent.joinpath(state_file.stem, state_file.name)
target = TARGET_PATH.joinpath('bootstrap', PREDICTAND, state_file.stem)
# check if output path exists
......
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