-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Part 2, Chapter 10: IndexError: list index out of range #83
Comments
This is a Part 2, Chapter 10 issue |
Found the issue in dset.py, where the path is hardcoded to 'data-unversioned/part2/luna/subset*/.mhd'. The actual path is 'data/part2/luna/subset/*.mhd', on lines 35 & 86 |
hi i have same problem i tried the above solution but not working |
You have to download the luna data from "https://zenodo.org/record/3723295#.YiuJOnrMKHs" and put them in the "data/part2/luna/" folder. |
Same question. Why no positive sample detected? |
I am getting an "IndexError: list index out of range" when trying to run the p2ch10_explore_data.ipynb.
Need help?
The text was updated successfully, but these errors were encountered: