Why my ConvLSTM model can not predict?

前端 未结 1 1930
离开以前
离开以前 2021-01-07 07:36

I have built a Convolutional LSTM model using Tensorflow ConvLSTMCell(), tf.nn.dynamic_rnn(), and tf.contrib.legacy_seq2seq.rnn_decoder(). I have 3 layers of encoder, and 3

1条回答
  •  不要未来只要你来
    2021-01-07 08:04

    Because you haven't save your model ,if you save the model ,you can restore your model and do prediction.

    0 讨论(0)
提交回复
热议问题