gpt4 book ai didi

python - 告知R包keras Python的正确位置

转载 作者:行者123 更新时间:2023-11-30 22:35:10 26 4
gpt4 key购买 nike

我在 R 3.3.3 Windows 64 位中安装了 keras 和 TensorFlow:

devtools::install_github("rstudio/keras")
library(keras)
install_tensorflow()

它从来没有询问我 Python 的位置。 Python 的正确位置在我的 PATHPYTHONPATH 中,为 D:/Python35/

但是,当我使用 keras 函数时,例如

model <- keras_model_sequential() 

它会抛出错误消息,指出找不到 DLL,并在 AppData 中提供指向旧的、已删除的 Anaconda Python 副本的路径。

Error in py_initialize(config$python, config$libpython, config$pythonhome, :
C:/Users/hackr/AppData/Local/CONTIN~1/ANACON~1/python35.dll - The specified procedure could not be found.

我怎样才能告诉它使用正确的Python安装?

最佳答案

这描述得很好here

您可以使用:

library(reticulate)
use_python("D:/Python35/")

并将 RETICULATE_PYTHON 环境变量设置为 D:/Python35

关于python - 告知R包keras Python的正确位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44658643/

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