Tensorflow, best way to save state in RNNs?

后端 未结 3 1664
慢半拍i
慢半拍i 2020-11-27 03:39

I currently have the following code for a series of chained together RNNs in tensorflow. I am not using MultiRNN since I was to do something later on with the output of eac

3条回答
  •  温柔的废话
    2020-11-27 04:20

    These two links are also related and useful for this question:

    https://github.com/tensorflow/tensorflow/issues/2695 https://github.com/tensorflow/tensorflow/issues/2838

提交回复
热议问题