Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/66.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在R中使用CloudML库在Google Cloud中安装错误_R_Installation_Keras_Google Cloud Ml - Fatal编程技术网

在R中使用CloudML库在Google Cloud中安装错误

在R中使用CloudML库在Google Cloud中安装错误,r,installation,keras,google-cloud-ml,R,Installation,Keras,Google Cloud Ml,我第一次尝试Google Cloud来训练DNN模型,在R中使用Keras 使用cloudml\u train()-函数尝试在Google Cloud服务器上安装许多库,但有一个错误我无法解释: master-replica-0 Installing BiocGenerics (0.20.0) ... master-replica-0 curl: (22) The requested URL returned error: 404 Not Found 据我所知,它试图安装BioGeneri

我第一次尝试Google Cloud来训练DNN模型,在R中使用Keras

使用
cloudml\u train()
-函数尝试在Google Cloud服务器上安装许多库,但有一个错误我无法解释:

master-replica-0 Installing BiocGenerics (0.20.0) ...  
master-replica-0 curl: (22) The requested URL returned error: 404 Not Found
据我所知,它试图安装BioGenerics库,但路径是错误的


有什么建议可以解决这个问题吗?

有时候第三方存储库可能有点不可靠。你能等一会儿再试试吗?我按你的建议等了。睡在上面。今天它才开始工作!谢谢当然,不知道同时发生了什么……我不知道CRAN的情况,但是一些第三方存储库有点不稳定,所以安装第三方软件包可能会导致问题。我们正在研究可能在将来避免这种依赖性并提高可靠性的解决方案。@SándorZsebők您解决了这个问题吗?