无法导入名称“_RNNCell”
cannot import name '_RNNCell'
我运行下面的代码使用了pyton3:
from tensorflow.python.ops.rnn_cell_impl import _RNNCell as RNNCell
错误是:
ImportError: cannot import name '_RNNCell'
有人知道怎么解决吗?
检查tf的版本,根据可用版本降级
我运行下面的代码使用了pyton3:
from tensorflow.python.ops.rnn_cell_impl import _RNNCell as RNNCell
错误是:
ImportError: cannot import name '_RNNCell'
有人知道怎么解决吗?
检查tf的版本,根据可用版本降级