different confiqurations in tensorflow

后端 未结 0 1053
离开以前
离开以前 2021-02-05 07:29

hi I have the following LSTM model

model = Sequential()
model.add(LSTM(64, return_sequences=True, recurrent_regularizer=l2(0.0015), input_shape=(timesteps, 
input         


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