flambe
flambe copied to clipboard
Relative paths no longer work for local resources
Describe the bug If you use relative paths for local resources, flambe components no longer can find those files anymore due to the fact that the cwd is the artifact directory.
To Reproduce Use relative paths when specifying local resources. Components that use them would raise a file not found error.
Expected behavior Components who use these local resources should be able to find them.
Screenshots N/A
Software Versions (please complete the following information):
- OS: macOS 10.14
- Python Version 3.6.9
- PyTorch Version 1.1
- Flambé Version master
Additional context N/A