【问题标题】:Where can I find model.ckpt in faster_rcnn_resnet50_coco model?在 fast_rcnn_resnet50_coco 模型中哪里可以找到 model.ckpt?
【发布时间】:2018-03-27 19:35:54
【问题描述】:

在关于using the tensorflow API for transfer learning 的精彩教程中,我找到了以下说明:

  • 复制所选模型的配置文件并将其移动到一个新文件夹中,您将在其中执行所有训练
  • 将fine_tune_checkpoint 路径更改为指向model.ckpt 文件

因为要使用resnet,所以从tensorflows model zoo 下载了faster_rcnn_resnet50_coco模型并解压,但是没有找到“model.ckpt”,只找到了以下三个以ckpt结尾的文件:

  • model.ckpt.data-00000-of-00001
  • model.ckpt.index
  • model.ckpt.meta

那么在哪里可以找到教程中提到的 model.ckpt 文件呢?

【问题讨论】:

    标签: tensorflow


    【解决方案1】:

    只是我自己想通了,其实并没有矛盾。所有三个文件都带有 .ckpt。需要,教程中提到的配置文件必须指向

    [DirectoryContainingTheCkptFiles]/model.ckpt.
    

    即,没有 model.ckpt 文件。它只是 train.py 脚本的入口标记,用于查找三个 .ckpt。训练期间的文件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2021-12-31
      • 2021-07-05
      • 2016-06-18
      • 1970-01-01
      • 1970-01-01
      • 2012-11-30
      • 2011-08-22
      • 2014-12-14
      相关资源
      最近更新 更多