Keras how to reshape MNIST images after dimensionality reduction

后端 未结 0 1026
臣服心动
臣服心动 2020-12-18 00:52

I have been running a keras sequential model on mnist, and the first layer is as follows:

model.add(Reshape((28, 28, 1), input_shape=(X_train.shape[1],)))
mod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题