deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.

Home Page:https://www.manning.com/books/deep-learning-with-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Part 2, Chapter 10: IndexError: list index out of range

jsgrover opened this issue · comments

image
I am getting an "IndexError: list index out of range" when trying to run the p2ch10_explore_data.ipynb.
Need help?

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.

commented

Same question. Why no positive sample detected?