1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update tft and readme

This commit is contained in:
Jactus
2020-12-02 18:00:26 +08:00
parent 91c3dfddf5
commit 703ae5d4aa
3 changed files with 6 additions and 5 deletions

View File

@@ -291,7 +291,8 @@ def run(times=1, models=None, exclude=False):
pprint(errors)
sys.stderr.write("\n")
# move results folder
shutil.move(exp_path, exp_path + f"_{datetime.now().strftime("%Y-%m-%d_%H:%M:%S")}")
shutil.move(exp_path, exp_path + f"_{datetime.now().strftime('%Y-%m-%d_%H:%M:%S')}")
if __name__ == "__main__":
fire.Fire(run) # run all the model