This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.5.0
Major Features
- Update TensorFlow Version (1.4.1 -> 1.13.1). issue: #61 PR: #202 @lm-jira
- Add faster semantic segmentation network (LMBiSeNet) to lmnet. #225 #212 #211 @ruimashita
Features / Refactoring
- Save blueoil training config yaml when convert. issue: #197 PR: #198 @odoku
- Create Makefile and unify commands #194 @kchygoe
- Change executor/profile_model.py to delete training only operation from profile output #207 @ruimashita
- Add support of LeakyReLU to DLK #214 @nlpng
- Avoid importing entire pyplot #218 @tsawada
- Implement packed data type #217 @primenumber
- Create lmnet config with tempfile #219 @tsawada
- Export inference test data and add FUNC_TIME_MEASUREMENT macro for test & debug #184 @ruimashita
- Use gfile to read/write configs #223 @tsawada
- Semantic segmentation python demo #155 @nlpng
- Remove unused dlk/.github/CODEOWNERS file #200 @ruimashita
- Fix document structure to clean the directory #216 @kchygoe
Bug Fixes
- Fix branch condition in generic quantized matmul issue: #152 PR: #222 @primenumber
- Change default model in usb camera demo #230 @Joeper214