Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.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
Tensorflow &引用;ValueError:无法';找不到';检查点';指定目录中的文件或检查点";谷歌错误';s目标检测教程_Tensorflow_Google Console Developer - Fatal编程技术网

Tensorflow &引用;ValueError:无法';找不到';检查点';指定目录中的文件或检查点";谷歌错误';s目标检测教程

Tensorflow &引用;ValueError:无法';找不到';检查点';指定目录中的文件或检查点";谷歌错误';s目标检测教程,tensorflow,google-console-developer,Tensorflow,Google Console Developer,我正在学习Google的对象检测教程,但当我运行该作业时,出现以下错误: ValueError:在给定目录gs://cloud samples data/ai platform/build-in/image/pretrained\u checkpoints/detection/ 这个错误是我的设置特有的,还是有什么东西坏了?如何提供更多信息?我遇到了相同的错误。检查时,pretrained_checkpoints/文件夹目录包含用于检测和分类的预先训练的检查点 在detection/目录中,还可

我正在学习Google的对象检测教程,但当我运行该作业时,出现以下错误:

ValueError:在给定目录gs://cloud samples data/ai platform/build-in/image/pretrained\u checkpoints/detection/


这个错误是我的设置特有的,还是有什么东西坏了?如何提供更多信息?

我遇到了相同的错误。检查时,
pretrained_checkpoints/
文件夹目录包含用于检测和分类的预先训练的检查点

在detection/目录中,还可以为不同的resnet主干网进行选择。当我在我的算法配置中选择resnet50时,我也选择了相应的目录,使整个
--pretrained\u checkpoint\u路径
得以填充

gs://cloud-samples-data/ai-platform/build-in/image/pretrained\u-checkpoints/detection/resnet50/


而不是像您链接到的教程中所示的那样,
gs://cloud-samples-data/ai-platform/build-in/image/pretrained\u-checkpoints

对我来说同样的问题。你找到解决办法了吗?