Python NPU: KSNN v1.0 Release(zh-CN)

Khadas Software Neural Network v1.0

说明

  1. 相关代码都已经从Gitlab迁移到Github。
  2. 转换工具在PC上转换,运行是在VIM3上面运行。

KSNN文档

  1. KSNN使用说明 | Khadas Documentation
  2. KSNN转换工具使用说明 | Khadas Documentation
  3. KSNN API文档 | Khadas Documentation

获取转换工具以及代码

  1. KSNN
$ git clone https://github.com/khadas/ksnn.git
  1. 转换工具
$ https://github.com/khadas/aml_npu_sdk.git

使用方法请参考相关文档和README

Relase Note

  1. 增加打印信息等级设置。
  2. 增加示例。
    $ ls ksnn/examples/
    caffe  darknet  keras  onnx  pytorch  tensorflow  tflite
    
  3. 优化API
  4. 增加多输入支持
  5. 修复pytorch和onnx转换失败的BUG
  6. 优化转换工具参数,使用统一参数名称

TODO

  1. 混合量化
  2. 增加更多示例
  3. API开放
1 Like