Skip to content

Conversation

YCAyca
Copy link

@YCAyca YCAyca commented May 9, 2019

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.

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.
@jmetzz
Copy link

jmetzz commented Jun 28, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants