Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/75.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中的Tensorflow:文件名转换问题_R_Tensorflow_Installation - Fatal编程技术网

R中的Tensorflow:文件名转换问题

R中的Tensorflow:文件名转换问题,r,tensorflow,installation,R,Tensorflow,Installation,在R上安装tensorflow时,我遇到了以下问题(已经在同一台机器上为python安装了tensorflow,并且可以正常工作): (OS:Win 7 64位)您可能应该包括操作系统信息。错误明确指出这是文件名问题,您还应该附加默认安装目录的名称。您也可以在google的一个顶级搜索结果中引用此项: devtools::install_github("rstudio/tensorflow") ... library(tensorflow) install_tensorflow() &g

在R上安装tensorflow时,我遇到了以下问题(已经在同一台机器上为python安装了tensorflow,并且可以正常工作):


(OS:Win 7 64位)

您可能应该包括操作系统信息。错误明确指出这是文件名问题,您还应该附加默认安装目录的名称。您也可以在google的一个顶级搜索结果中引用此项:
devtools::install_github("rstudio/tensorflow")

...

library(tensorflow)

install_tensorflow()

>>Error in dir.exists(x) : file name conversion problem -- name too long?