-
Notifications
You must be signed in to change notification settings - Fork 2.1k
_pickle.UnpicklingError: invalid load key, '\x00' #28
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
Comments
Is there a way to better debug the core issue perhaps by utilizing the logs? I believe I have downloaded the whole LUNA dataset and extracted all the files in the proper folder. I was able to run chapter 10 code but for some reason am getting this error in chapter 11. When I run from the Jupyter Notebook I get: 2020-10-21 07:39:18,522 INFO pid:37584 nb:004:run Running: p2ch11.prepcache.LunaPrepCacheApp(['--num-workers=4']).main() UnpicklingError: Caught UnpicklingError in DataLoader worker process 0. |
Looks like the issue had to do with downloading the data. I had initially downloaded the files through Zenodo, but had some errors when extracting subset1 and subset9. I didn't think much of it at the time but then I ran into this error with pickle. I then downloaded subset1 and subset9 through the academic torrent, extracted, and ran this script. Seems to run fine now. |
I am trying to run code from chapter 11 and seem to be getting this error: _pickle.UnpicklingError: invalid load key, '\x00'
prepcache.py:

util.py:

dataloader.py:

dataloader.py:

dataloader.py:

_utils.py:

UnpicklingError: Caught UnpicklingError in DataLoader worker process 0.
The text was updated successfully, but these errors were encountered: