Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

v0.23.0

Compare
Choose a tag to compare
@iizukak iizukak released this 22 May 01:47
· 117 commits to master since this release
f43668f

Features / Refactoring

Bug Fixes

  • Fixed pep8 errors "F405" in converter (#981) by @tfujiwar
  • Fixed pep8 errors "F841" in converter (#984) by @tfujiwar
  • Fixed pep8 errors "F401" in converter (#983) by @tfujiwar
  • Fix pep8 errors about formatting (#985) by @tfujiwar
  • Fix Blueoil init in the case of no validation dataset(#976) by @oatawa1
  • Fixed pep8 errors about exceptions (#987) by @tfujiwar
  • Remove validation dataset path from object detection tutorial document (#977) by @oatawa1
  • Remove error from make html doc and update converter doc using Sphinx-apidoc (#989) by @oatawa1
  • Fix a stability about multiple measurements (#1001) by @tk26eng

Documentation

  • How to quantize document (#955) by @oatawa1
  • Move support ops to the end of converter document part (#1016) by @oatawa1
  • Update documents to follow latest Makefile (#1015) by @tk26eng
  • Add specification to blueoil document index. (#1014) by @oatawa1
  • Add Network specification and update network code structure. (#1000) by @oatawa1
  • Fix image_keypoint_detection tutorial document typo (#1032) by @oatawa1
  • Update (C++ inference) runtime documents (#1030) by @oatawa1
  • Add documentation about png input in C++ runtime (#1038) by @oatawa1