deep-learning-with-pytorch / dlwpt-code

Code for the book Deep Learning with PyTorch by Eli Stevens, Luca Antiga, and Thomas Viehmann.
https://www.manning.com/books/deep-learning-with-pytorch
4.69k stars 1.98k forks source link

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

Open jsgrover opened 2 years ago

jsgrover commented 2 years ago

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

jsgrover commented 2 years ago

This is a Part 2, Chapter 10 issue

jsgrover commented 2 years ago

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

marie1885 commented 2 years ago

hi i have same problem i tried the above solution but not working

danli349 commented 2 years ago

You have to download the luna data from "https://zenodo.org/record/3723295#.YiuJOnrMKHs" and put them in the "data/part2/luna/" folder.

wwlkda commented 1 year ago

Same question. Why no positive sample detected?