AttributeError: module 'tensorflow.python.keras.engine.training' has no attribute '_disallow_inside_tf_function'
AttributeError: module 'tensorflow.python.keras.engine.training' has no attribute '_disallow_inside_tf_function'
我正在尝试用 rasa 开发一个聊天机器人,当我 运行 rasa init 训练机器人时,我遇到了这个错误。我有 TensorFlow 2.3.2、Keras 2.3.1、python 3.8.5。
不知道是不是兼容性问题。我也在尝试使用虚拟环境。
AttributeError: module 'tensorflow.python.keras.engine.training' has no attribute '_disallow_inside_tf_function'
您使用的是哪个 rasa 版本?如果您能提供完整的堆栈跟踪信息,也会很有帮助。
我也看过 Rasa poetry.lock
file, the latest rasa version should work with tensorflow 2.3.2, python 3.8.5, keras-preprocessing
should be 1.1.2. If you want to use rasa with all its dependencies, you could try pip3 install rasa[full]
as stated in the docs.
请注意,如果你想训练一个模型,你应该 运行 rasa train
命令,而不是 rasa init
.
我正在尝试用 rasa 开发一个聊天机器人,当我 运行 rasa init 训练机器人时,我遇到了这个错误。我有 TensorFlow 2.3.2、Keras 2.3.1、python 3.8.5。 不知道是不是兼容性问题。我也在尝试使用虚拟环境。
AttributeError: module 'tensorflow.python.keras.engine.training' has no attribute '_disallow_inside_tf_function'
您使用的是哪个 rasa 版本?如果您能提供完整的堆栈跟踪信息,也会很有帮助。
我也看过 Rasa poetry.lock
file, the latest rasa version should work with tensorflow 2.3.2, python 3.8.5, keras-preprocessing
should be 1.1.2. If you want to use rasa with all its dependencies, you could try pip3 install rasa[full]
as stated in the docs.
请注意,如果你想训练一个模型,你应该 运行 rasa train
命令,而不是 rasa init
.