How do I fix the following error in my LSTM in Keras? If a RNN is stateful, specify the `batch_input_shape`

后端 未结 0 365
萌比男神i
萌比男神i 2021-02-04 13:18

I have the following error from running my LSTM in Keras:

ValueError: If a RNN is stateful, it needs to know its batch size. Specify the batch size of your input          


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