MichalDanielDobrzanski / DeepLearningPython

neuralnetworksanddeeplearning.com integrated scripts for Python 3.5.2 and Theano with CUDA support
MIT License
2.79k stars 1.27k forks source link

cPickle in expand_mnist.py ?! #30

Open ArthurConmy opened 4 years ago

ArthurConmy commented 4 years ago

I don't think cPickle should be imported in expand_mnist.py. Shouldn't it be pickle instead?

nickan2c commented 4 years ago

yes