pr_AIyyer

Results 2 issues of pr_AIyyer

I am getting the following error on trying to train gapClassifier. For your dataset also am getting this error. Please help. ValueError Traceback (most recent call last) in () 22...

bug

`Using TensorFlow backend. train.py:41: UserWarning: Update your `Conv2D` call to the Keras 2 API: `Conv2D(filters=32, input_shape=(1, 28, 28..., padding="same", kernel_size=(5, 5))` model.add(Convolution2D(nb_filter=32,nb_row=5,nb_col=5,border_mode='same',input_shape=(1,28,28))) train.py:43: UserWarning: Update your `MaxPooling2D` call to the...