Keras LSTM took a long time to start fitting

前端 未结 0 1073
攒了一身酷
攒了一身酷 2020-12-07 13:34

I was created this model

model = Sequential()
model.add(LSTM(units=50, return_sequences=True, input_shape=(x_train.shape[1],1)))
model.add(LSTM(units=50))
mod         


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