hzy46 / Deep-Learning-21-Examples

《21个项目玩转深度学习———基于TensorFlow的实践详解》配套代码
4.51k stars 1.76k forks source link

第十二章的有代码部分失效 #50

Closed luoshizhi closed 6 years ago

luoshizhi commented 6 years ago

第十二章 BasicRNNCell和BasicLSTMCell已经失效,子类方法call也不能用了,应该是tensorflow更新了版本。目前还不确定有多少代码失效了,在测试中,能更改一下代码吗?谢谢

luoshizhi commented 6 years ago

model.py 的代码将tf.nn.rnn_cell全部改成tf.contrib.rnn就能执行