Closed brean closed 6 years ago
Thank you for pointing this out!
This was actually a bug which occurred because we hardcoded the default path to out/summary
which works find for Mac and Linux but on Windows this is not a valid path.
It is fixed now. The directories should be created automatically if they do not exist.
you need to create the output folder (or add it manually with a .gitkeep-file) or it fails with: "out/summary\my_experiment\train; No such file or directory"