【问题标题】:AttributeError: Flag --trained_checkpoint_prefix must be specifiedAttributeError: Flag --trained_checkpoint_prefix 必须指定
【发布时间】:2018-05-16 06:36:20
【问题描述】:

我正在尝试将 object_detection 模型与 tf 1.4 一起使用。我意识到没有像以前的 tf 版本那样包含一些 ckpt 文件的培训目录,所以有什么建议是新的目的地在哪里,或者我应该使用旧版本的那些吗?

我正在使用以下命令

python3 export_inference_graph.py \ --input_type image_tensor \ --pipeline_config_path samples/configs/faster_rcnn_resnet101_coco.config \ --trained_checkpoint_prefix model.ckpt \ --output_directory 推断

【问题讨论】:

    标签: tensorflow


    【解决方案1】:

    您可以从this link 下载包括 .ckpt 文件在内的全套文件

    【讨论】:

      猜你喜欢
      • 2018-11-19
      • 1970-01-01
      • 2018-01-22
      • 1970-01-01
      • 1970-01-01
      • 2019-06-23
      • 2017-05-13
      • 1970-01-01
      • 2020-04-21
      相关资源
      最近更新 更多