neural-networks-and-deep-learning icon indicating copy to clipboard operation
neural-networks-and-deep-learning copied to clipboard

Update mnist_loader.py

Open YCAyca opened this issue 5 years ago • 1 comments

I am working on your online book and projects using Python 3.5. Since I used a different and newer python version, I came across several problems and solved them by making some changes in network.py and mnist_loader files. Now the code is compatible with Python 3.5 I added just "import _pickle as cPickle" line because in 3.5 cPickle isn't defined and it should be used in standard library version.

YCAyca avatar May 09 '19 10:05 YCAyca

you can use the other repository which is made for Python 3.5: https://github.com/MichalDanielDobrzanski/DeepLearningPython35

jmetzz avatar Jun 28 '19 10:06 jmetzz