Khadas Software Neural Network v1.0
说明
- 相关代码都已经从Gitlab迁移到Github。
- 转换工具在PC上转换,运行是在VIM3上面运行。
KSNN文档
- KSNN使用说明 | Khadas Documentation
- KSNN转换工具使用说明 | Khadas Documentation
- KSNN API文档 | Khadas Documentation
获取转换工具以及代码
- KSNN
$ git clone https://github.com/khadas/ksnn.git
- 转换工具
$ https://github.com/khadas/aml_npu_sdk.git
使用方法请参考相关文档和README
Relase Note
- 增加打印信息等级设置。
- 增加示例。
$ ls ksnn/examples/ caffe darknet keras onnx pytorch tensorflow tflite
- 优化API
- 增加多输入支持
- 修复pytorch和onnx转换失败的BUG
- 优化转换工具参数,使用统一参数名称
TODO
- 混合量化
- 增加更多示例
- API开放