Skip to content
Snippets Groups Projects
Commit 76367e6f authored by Yandi's avatar Yandi
Browse files

[Main][Begin]

parent 84499acd
No related branches found
No related tags found
1 merge request!1Master into main
......@@ -28,6 +28,8 @@ if __name__ == "__main__":
)
model = model.build_model(cfg, input_size)
logdir = generate_unique_logpath(top_logdir, "linear")
print("Logging to {}".format(logdir))
# -> Prints out Logging to ./logs/linear_1
......
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