Specify working folder

When I’m calling SegmentationItemList.from_folder(path/'train_v2') my models and other artifacts are getting stored along with (thousands of) images inside of train_v2/models. Any way to specify the working dir?

Yup, at the very end of your data block chain of commands, pass the desired path in databunch (with path=...).

1 Like