From 16e6fa46aefcbb3187908004c5d7f6c2832dc1bc Mon Sep 17 00:00:00 2001 From: wangqun Date: Tue, 21 Jul 2020 14:34:11 +0800 Subject: [PATCH] Update README_cn.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 模型分片数量有工具产出到model.json,不需要填写 --- README_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_cn.md b/README_cn.md index bd59271..dfdd122 100644 --- a/README_cn.md +++ b/README_cn.md @@ -32,7 +32,7 @@ import {runner as Paddlejs} from 'paddlejs'; const paddlejs = new Paddlejs({ modelPath: 'model/mobilenetv2', // model path - fileCount: 4, // model data file count + fileCount: 4, // model data file count 可以不填写 feedShape: { // input shape fw: 256, fh: 256 -- GitLab