Replies: 1 comment
-
Hi @Leengit, get_started.ipynb in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Although
get_started.ipynb
lives 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):
Beta Was this translation helpful? Give feedback.
All reactions