博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Unable to open table file ..\data\model_ckpt: Unknown: NewRandomAccessFile failed to Create/Open:
阅读量:3511 次
发布时间:2019-05-20

本文共 850 字,大约阅读时间需要 2 分钟。

Unable to open table file ..\data\model_ckpt: Unknown: NewRandomAccessFile failed to Create/Open:

这里是因为加载模型,但是目录文件夹下并不存在保存的模型,

下载指定额模型放到data目录下,并修改checkpoint的目录为..\data\model.chpt
下载模型解压如下 :

$ ll ssd_mobilenet_v1_coco_2017_11_17/total 58153-rw-r--r-- 1 sh04595 1049089       77 11月 18 12:01 checkpoint-rw-r--r-- 1 sh04595 1049089 29112121 11月 18 12:01 frozen_inference_graph.pb-rw-r--r-- 1 sh04595 1049089 27380740 11月 18 12:01 model.ckpt.data-00000-of-00001-rw-r--r-- 1 sh04595 1049089     8937 11月 18 12:01 model.ckpt.index-rw-r--r-- 1 sh04595 1049089  3038417 11月 18 12:01 model.ckpt.metadrwxr-xr-x 1 sh04595 1049089        0 3月  20 15:13 saved_model/

ssd_mobilenet_v1_pets.config 配置checkpoint如下:

fine_tune_checkpoint: "E:\\tensorflow-relevant-download\\light_dection\\ssd_mobilenet_v1_coco_2017_11_17\\model.ckpt"  from_detection_checkpoint: true

转载地址:http://ffzqj.baihongyu.com/

你可能感兴趣的文章
Git 撤销修改
查看>>
Git 删除文件
查看>>
Git与远程仓库关联以及关联错误解决方法
查看>>
[HDU] 平方和与立方和
查看>>
[HDU 2096] 小明A+B
查看>>
[HDU 2520] 我是菜鸟,我怕谁(不一样的for循环)
查看>>
[HDU 1215] 七夕节(求因子,不超时)
查看>>
[POJ 1915] Knight Moves
查看>>
Memcache技术精华
查看>>
Redis详解入门篇
查看>>
php开启redis扩展包与redis安装
查看>>
php使用openssl来实现非对称加密
查看>>
pdo如何防止 sql注入
查看>>
myisam和innodb的区别
查看>>
MySQL建表规范与注意事项(个人精华)
查看>>
JDK8接口的新特性
查看>>
synchronized的局限性与lock的好处
查看>>
redis和memcached有什么区别?
查看>>
Spring中的设计模式
查看>>
如何设计一个秒杀系统 -- 架构原则
查看>>