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

Update disk.py #117

Closed AliSerwat closed 2 months ago

AliSerwat commented 2 months ago

Solution for import error:

"cannot import name 'BytesType' from 'diskcache.core'" during running "p2ch10_explore_data.ipynb" Originally posted by @yaner-here in #27