gpt4 book ai didi

python - Tensorflow translate.py导入错误: No module named translate

转载 作者:太空狗 更新时间:2023-10-30 02:58:27 28 4
gpt4 key购买 nike

我正在尝试从 python 控制台而不是通过 bazel -build 运行 Tensorflow 的 translate.py,但我在这两行出现错误:

from tensorflow.models.rnn.translate import data_utils
from tensorflow.models.rnn.translate import seq2seq_model

ImportError: No module named translate

我已经检查了文件夹,看到“init.py”文件在那里,但是python似乎认为没有翻译这样的模块。我该如何解决这个问题?

最佳答案

最好的方法是导航到包含翻译模块的文件夹并运行它。您也可以将翻译模块下载到任何其他地方并运行它。但是,不要忘记将以上行更改为:

from translate import data_utils
from translate import seq2seq_model

关于python - Tensorflow translate.py导入错误: No module named translate,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33910638/

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