HansBambel/SmaAt-UNet

Use `Path` module for file and folder locations

HansBambel opened this issue · 2 comments

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.

Could be related to #6

Implemented with #8