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

theano warnings with latest version #24

Open MrDoomX opened 4 years ago

MrDoomX commented 4 years ago

You should update the following lines of code in network3.py: Line 39 to from theano.tensor.nnet import conv2d Line 227 to conv_out = conv2d Line 229 to input_shape=self.image_shape

Note: I recommend to use anaconda to run the code.