Skip to content
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

Update mnist_loader.py #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update mnist_loader.py #91

wants to merge 1 commit into from

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