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

Change path for log files.

parent 98ad1370
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ if __name__ == '__main__': ...@@ -69,7 +69,7 @@ if __name__ == '__main__':
state_file = MODEL_PATH.joinpath('lr-range', PREDICTAND, state_file) state_file = MODEL_PATH.joinpath('lr-range', PREDICTAND, state_file)
# initialize logging # initialize logging
log_file = MODEL_PATH.joinpath(PREDICTAND, log_file = MODEL_PATH.joinpath('lr-range', PREDICTAND,
state_file.name.replace('.pt', '_log.txt')) state_file.name.replace('.pt', '_log.txt'))
if log_file.exists(): if log_file.exists():
log_file.unlink() log_file.unlink()
......
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