gpt4 book ai didi

r - 意外的 CURL 错误 : couldn't open file error in r

转载 作者:行者123 更新时间:2023-12-04 10:57:49 25 4
gpt4 key购买 nike

我正在尝试在 r 中构建模型。这是我使用的代码:

h2o.init(nthreads = -1)
model = h2o.deeplearning(y = 'Exited',
training_frame = as.h2o(training_set),
activation = 'Rectifier',
hidden = c(5,5),
epochs = 100,
train_samples_per_iteration = -2)
这是错误:
Error in .h2o.doSafeREST(h2oRestApiVersion = h2oRestApiVersion, urlSuffix = urlSuffix,  : 
Unexpected CURL error: couldn't open file "C:/Users/WÄ°N10/AppData/Local/Temp/Rtmp4aOzax/file4f04bf12e34.csv"

最佳答案

您的路径似乎有一个特殊字符,在运行模型时会中断:

"C:/Users/WÄ°N10/AppData/Local/Temp/Rtmp4aOzax/file4f04bf12e34.csv"

我试过 quick google search ,并且似乎在他们的语言中有特殊字符的人会发生此错误。

尝试在 Windows 中使用不同的用户(没有特殊字符)运行模型并检查它是否工作正常。

编辑:

或者,您可以尝试 change the temporary directory到没有特殊字符的文件夹。

关于r - 意外的 CURL 错误 : couldn't open file error in r,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59071421/

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