5 Star 7 Fork 6

Gitee 极速下载 / DELTA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/didi/delta
克隆/下载
README.md 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Hui Zhang 提交于 2019-10-23 03:33 . fix dpl for model test

dpl

Main root is run.sh, model input is model dir, output is output dir.

input

Putting saved_model and model.yaml into model dir and then run run.sh to convert model, build library.

model/
├── model.yaml
└── saved_model
    ├── saved_model.pbtxt
    └── variables
        ├── variables.data-00000-of-00001
        └── variables.index

2 directories, 4 files

output

All things need to deploy model are in output dir.

output/
├── include
│   └── c_api.h
├── lib
│   ├── custom_ops
│   │   └── libx_ops.so
│   ├── deltann
│   │   ├── libdeltann.a
│   │   └── libdeltann.so
│   ├── tensorflow
│   │   ├── libtensorflow_cc.so -> libtensorflow_cc.so.2
│   │   ├── libtensorflow_cc.so.2 -> libtensorflow_cc.so.2.0.0
│   │   ├── libtensorflow_cc.so.2.0.0
│   │   ├── libtensorflow_cc.so.2.0.0-2.params
│   │   ├── libtensorflow_framework.so -> libtensorflow_framework.so.2
│   │   ├── libtensorflow_framework.so.2 -> libtensorflow_framework.so.2.0.0
│   │   ├── libtensorflow_framework.so.2.0.0
│   │   └── libtensorflow_framework.so.2.0.0-2.params
│   └── tflite
└── model
    └── saved_model
        └── 1
            ├── model.yaml
            ├── saved_model.pbtxt
            └── variables
                ├── variables.data-00000-of-00001
                └── variables.index

10 directories, 16 files
Python
1
https://gitee.com/mirrors/DELTA.git
git@gitee.com:mirrors/DELTA.git
mirrors
DELTA
DELTA
master

搜索帮助