Skip to content

Commit

Permalink
Merge pull request #55 from xqtbox/master
Browse files Browse the repository at this point in the history
谢谢更改
  • Loading branch information
MorvanZhou authored Aug 31, 2017
2 parents f94533e + bfb23d0 commit 50e2352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kerasTUT/6-CNN_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# Conv layer 1 output shape (32, 28, 28)
model.add(Convolution2D(
batch_input_shape=(64, 1, 28, 28),
batch_input_shape=(None, 1, 28, 28),
filters=32,
kernel_size=5,
strides=1,
Expand Down

0 comments on commit 50e2352

Please sign in to comment.