Try this with your given architecture: cnn_model = Sequential() cnn_model.add(Conv2D(32, (3, 3), input_shape=(28, 28, ...
確定! 回上一頁