tensorflow warning - Found untraced functions such as lstm_cell_6_layer_call_and_return_conditional_losses

前端 未结 0 1769
长情又很酷
长情又很酷 2021-01-13 15:13

I\'m using tensorflow2.4, and new to tensorflow

Here\'s the code

model = Sequential()
model.add(LSTM(32, input_shape=(X_train.shape[1:])))
model.add(Dr         


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