Google colaboratory tensorflow 2 google colab教程中的问题

Google colaboratory tensorflow 2 google colab教程中的问题,google-colaboratory,tensorflow2.0,object-detection,Google Colaboratory,Tensorflow2.0,Object Detection,我试着按照这篇博文中的步骤来做。我已经编辑了pipeline.config文件,如步骤13所述。之后我试着在colab上运行它。在执行以下代码行时,我得到的错误如下 #Step 15- Train the model. #run the cell to start model training !python model_main_tf2.py --model_dir=models/my_ssd_resnet50_v1_fpn --pipeline_config_path=models/my

我试着按照这篇博文中的步骤来做。我已经编辑了pipeline.config文件,如步骤13所述。之后我试着在colab上运行它。在执行以下代码行时,我得到的错误如下

#Step 15- Train the model.

#run the cell to start model training 
!python model_main_tf2.py --model_dir=models/my_ssd_resnet50_v1_fpn --pipeline_config_path=models/my_ssd_resnet50_v1_fpn/pipeline.config

你知道我哪里出错了吗?

你能分享一下你当前的目录结构和pipeline.config的内容吗。没有这些信息很难猜测。请使用所需文件更新您的问题。这篇文章可能忽略了一个错误,或者假设了不同的错误。谢谢你的提问。我重新检查了pipeline.config文件,了解到我在指定正确的路径名时犯了错误。我写的是“预先训练的模型”,但它应该是“预先训练的模型”!
ValueError: Unsuccessful TensorSliceReader constructor: Failed to get matching files on pre-trained-models/ssd_resnet50_v1_fpn_640x640_coco17_tpu-8/checkpoint/ckpt-0: Not found: pre-trained-models/ssd_resnet50_v1_fpn_640x640_coco17_tpu-8/checkpoint; No such file or directory