This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.4.0
Major Features
- Support Semantic Segmentation task #176 #177 #180 #189 by @iizukak
- Enable to inference on Nvidia GPU (using tensorflow) #144 by @Joeper214
- Enable to inference on AArch64 #146 by @lm-konda
Features / Refactoring
- Add Blueoil python CLI #105 by @odoku
- Improve performance by utilizing cache locality #131 by @lm-konda
- Add timer to high cost part #151 by @lm-konda
- Implement SimpleDatasetReader #166 by @ruimashita
- Add General Purpose Color Map #188 by @iizukak
- Implement image resize for inference #9 by @yoya
- implement DatasetIterator class #122 by @tkng
- Remove redundant variable from generic batch normalization code #134 by @lm-konda
- Remove redundant -g option in Makefile #156 by @iizukak
Bug Fixes
- Add bug-fixed version of quantized convolution IP with kn2row and tiling #130 by @tkclimb
- Fix overflowError: Python int too large to convert to C long #170 by @nlpng
- Fix loop boundaries in vectorized batch normalization #172 by @n-nez