InvalidArgumentError: seq_lens() > input.dims()[[Node: hidden/bidirectional_rnn/bw/ReverseSequence

報錯信息: Google了一下沒有找到對應的解決方案,看了bidrection_rrn源碼,發現問題出現在一個tf.reverse_sequence函數中。 https://www.tensorflow.org/api_docs/python/tf/reverse_sequence 錯誤的主要原因是在對seq進行反轉時, 沒有滿足以下條件: The elements of seq_lengths 
相關文章
相關標籤/搜索