I have trouble with the shape of the input into an Keras model

前端 未结 0 1923
花落未央
花落未央 2021-02-07 14:21

I have a model with 5 input nodes and 1 output node.

model = keras.models.Sequential()
model.add(keras.layers.Dense(5, input_shape=(5, ), activation=\'relu\'))
mo         


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