gpt4 book ai didi

machine-learning - 导入 tf.nn.rnn_cell 时出现 Tensorflow 错误

转载 作者:行者123 更新时间:2023-11-30 09:29:16 25 4
gpt4 key购买 nike

我正在使用 Tensorflow 1.0.0 和 Python 3.5。当我尝试这样做时:

cell = tf.nn.rnn_cell.BasicRNNCell(state_size)

我收到以下错误:

属性错误

  <ipython-input-25-41a20d8458a7> in <module>()

1 # Forward pass
2 print(tf.__version__)
--->3 cell = tf.nn.rnn_cell.BasicRNNCell(state_size)
4 states_series, current_state = tf.nn.dynamic_rnn(cell, inputs_series, initial_state = init_state)
AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'rnn_cell'

有人可以帮助我吗?

最佳答案

TensorFlow 在 1.0 之前更改了很多 API。

您需要将 tf.nn.rnn_cell.BasicLSTMCell 替换为 tf.contrib.rnn.BasicLSTMCell

关于machine-learning - 导入 tf.nn.rnn_cell 时出现 Tensorflow 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42326245/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com