DeepLearningPython icon indicating copy to clipboard operation
DeepLearningPython copied to clipboard

theano warnings with latest version

Open MrDoomX opened this issue 5 years ago • 0 comments

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.

MrDoomX avatar Nov 30 '19 19:11 MrDoomX