update netrans_py

This commit is contained in:
liangliangou 2024-12-04 08:55:49 +08:00
parent f47488f5b3
commit 37c1bae37b
1 changed files with 1 additions and 4 deletions

View File

@ -250,7 +250,6 @@ netrans_cli 脚本介绍
I Load model in lenet.json
I Generate input meta lenet_inputmeta.yml
I ----------------Error(0),Warning(0)----------------
$ ls -lrt lenet
total 3400
-rwxr-xr-x 1 hope hope 1727201 Nov 5 2018 lenet.pb
@ -261,8 +260,6 @@ total 3400
-rw-r--r-- 1 hope hope 1725178 Jun 7 09:21 lenet.data
-rw-r--r-- 1 hope hope 948 Jun 7 09:35 lenet_inputmeta.yml
```
```
可以看到,最终生成的是*.yml文件该文件用于为Netrans中间模型配置输入层数据集合。<b>Netrans中的量化、推理、导出和图片转dat的操作都需要用到这个文件。因此此步骤不可跳过。</b>
Inputmeta.yml文件结构如下