Use `Path` module for file and folder locations
HansBambel opened this issue · 2 comments
HansBambel commented
Using the Path module should make loading and saving the models/checkpoints more where you expect them to be.
Otherwise, running the script from another location than the main folder could result in saving/loading from the run-location instead of the root-location of the repository.
HansBambel commented
Could be related to #6
HansBambel commented
Implemented with #8