Describe the bug
Although get_started.ipynb lives in the bundle/ directory, the path references it uses within it (e.g., configs/train.json) are instead relative to bundle/spleen_segmentation/. This means that the notebook does not run to completion unless it is first modified.
Expected behavior
Perhaps move the notebook to the bundle/spleen_segmentation/ directory. Alternatively, change the paths such as configs/... to spleen_segmentation/configs/....
Environment (please complete the following information):
- Ubuntu 20.04.1
- Python 3.8.10
- MONAI 170093375ce29267e45681fcec09dfa856e1d7e7
- CUDA 11.8.0-1 / cuDNN 8.6.0.163-1+cuda11.8
- GPU: NVIDIA RTX A5000
Describe the bug
Although
get_started.ipynblives in thebundle/directory, the path references it uses within it (e.g.,configs/train.json) are instead relative tobundle/spleen_segmentation/. This means that the notebook does not run to completion unless it is first modified.Expected behavior
Perhaps move the notebook to the
bundle/spleen_segmentation/directory. Alternatively, change the paths such asconfigs/...tospleen_segmentation/configs/....Environment (please complete the following information):