tf=1.9AttributeError: module 'tensorflow.contrib.rnn.python.ops.rnn_cell' has no attribute '_linear'

個人tf=1.9 的環境,原代碼是1.12,結果報錯了。python from tensorflow.contrib.rnn.python.ops import rnn_cell linear = rnn_cell._linear # pylint: disable=protected-accessgit 這個暫時是無解。不過因爲這個函數實現的簡單的線性求和,所以能夠手動在程序中進行修改。gith
相關文章
相關標籤/搜索