成功解决AttributeError: module 'tensorflow.nn.rnn_cell' has no attribute 'linear'

成功解决AttributeError: module 'tensorflow.nn.rnn_cell' has no attribute 'linear'


解决问题

AttributeError: module 'tensorflow.nn.rnn_cell' has no attribute 'linear'

解决思路

属性错误:模块'tensorflow.nn.rnn_cell'没有属性'linear'

解决方法

TensorFlow升级导致的错误,TensorFlow 1.0后与以前代码不兼容,所以要根据API去修改
参考文章:TF版本升级问题集合:成功解决由于不同的TensorFlow版本之间某些函数的用法引起的错误

(0)

相关推荐