8000
Skip to content

Releases: kendryte/nncase

nncase v1.0.0 beta1

Choose a tag to compare

@sunnycase sunnycase released this 30 Aug 13:03
814fb5b

Major changes

  • Upgrade to kmodel v5
  • Python compiler interface
  • Support preprocess methods: normalize letter box
  • More PTQ methods: l2 kld_m0 kld_m1 kld_m2 cdf
  • More TFLite ONNX & Caffe Ops
  • Plugable compiler backends
  • Ready for K510

New examples

YoloX

NNCase v0.2.0 Beta4

Choose a tag to compare

@sunnycase sunnycase released this 12 May 07:44

Major changes

  • Add --weights-quantize-threshold, --output-quantize-threshold and --no-quantized-binary (See usage)

Bugs fixes

  • Fix a bug in binary ops optimization
  • Fix a bug in k210 pooling optimization
  • Some bug fixes in tflite and onnx importer

NNCase v0.2.0 Beta3

Choose a tag to compare

@sunnycase sunnycase released this 25 Mar 05:51

Major changes

  • Add ONNX importer (thanks to @aclex 's contribution)
  • Add fused unary op for uint8 inference
  • Add any unary activation fusion for KPU ops
  • Add KPU matmul
  • Support accelerating dilated conv2d by KPU

Bugs fixes

  • Fix a bug in binary ops optimization

NNCase v0.2.0 Beta2

Choose a tag to compare

@sunnycase sunnycase released this 03 Jan 05:15

Major changes

  • Add L2 based calibration methods
  • Support Slice
  • Support Mac OS

Bugs fixes

  • Fix a bug when compiling multiple outputs model on Linux

Tips

  • Beta2 version support tflite and caffe importer

NNCase v0.2.0 Beta1

Choose a tag to compare

@sunnycase sunnycase released this 27 Nov 02:27

Major changes

  • Add quantized version of Conv2D, MatMul, Binary, ResizeImage ops
  • Add Conv2DTranspose op
  • Add best fit memory allocation solver (enabled by default, see usage)
  • Update documentation

Bugs fixes

  • Fix a bug in TFLite Softmax lowering

Tips

  • Beta1 version support tflite and caffe importer

NNCase v0.2.0 Alpha2

NNCase v0.2.0 Alpha2 Pre-release
Pre-release

Choose a tag to compare

10BC8
@sunnycase sunnycase released this 28 Oct 02:16

Major changes

  • Add tflite ops lowering: Relu LeakyRelu Logistic

Bugs fixes

  • Fix a bug in strided slice codegen
  • Fix reduce axis calculation
  • Fix shape getter in tflite importer

Tips

  • Alpha2 version only support tflite importer

NNCase v0.2.0 Alpha1

NNCase v0.2.0 Alpha1 Pre-release
Pre-release

Choose a tag to compare

@sunnycase sunnycase released this 12 Aug 06:53

Major changes

  • Rewrite in C++
  • Generate kmodel v4
  • Support more ops

Tips

  • Alpha1 version only support tflite importer

NNCase Converter v0.1.0 RC5

Choose a tag to compare

@sunnycase sunnycase released this 29 May 09:03

Major changes

  • Add K210 emulator
  • Support float inference type

NNCase Converter v0.1.0 RC4

Choose a tag to compare

@sunnycase sunnycase released this 07 May 07:59

Major changes

  • Support Sigmoid
  • Add quantized version of ResizeNearestNeighbor
  • Support Mean (axis=H,W)

Other changes

  • Optimize error message

NNCase Converter v0.1.0 RC3

Choose a tag to compare

@sunnycase sunnycase released this 11 Apr 08:44

Major changes

  • Support ResizeNearestNeighbor (yolov3)
  • Support Flatten
  • Support Channelwise quantization for output layers.
0