Commit Graph

5 Commits

Author SHA1 Message Date
gwg_xujiao da7906e2f3 docs: streamline public usage guidance 2026-07-23 11:17:21 +08:00
gwg_xujiao 53faea7d58 docs: correct public documentation and examples 2026-07-23 10:59:03 +08:00
gwg_xujiao 8986a5ce74 refactor: rename preprocessing scale parameter to std 2026-07-20 18:19:32 +08:00
xujiao 4152534abf fix: 多输入模型dataset格式修正 + setup.sh前置环境检查
- setup.sh: 新增Python>=3.10和x86_64架构前置检查,不满足则提前报错退出
- importer.py: 多输入dataset文件完整性校验,有一个缺失则全部使用假数据,避免TEXT/NPY格式混搭
- examples/multi_input/: dataset.txt单文件多列格式 → dataset0.txt+dataset1.txt分离格式,与SDK代码逻辑一致
- docs/cookbook.md: 修正多输入dataset格式说明

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-03 13:55:13 +08:00
xujiao 2fb82eb1c2 feat: 新增多输入 Caffe 模型转换示例
双分支 Conv+ReLU+Concat 多输入模型,含 run.sh (CLI) 和 run.py (API) 一键脚本。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-18 16:03:53 +08:00