This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
v0.11.0
Major Features
- Update rbf and preloader. 100MHz -> 150MHz. #381 by @lm-chinhtran @n-nez
- Optimize dlk runtime #390 by @primenumber
Features / Refactoring
- Update trainer parameters for checkpoint saving #372 by @Joeper214
- Support resize_nearest_neighbor op #378 by @yd8534976
- Custom TFDS Builder / Executor Script #392 by @tfujiwar
- Port Packer class to Python #402 by @tkng
- Runtime post process implementation #253 by @yoya
- Add unit tests for Packer class #403 by @tkng
- Remove ONNX code in DLK directory #409 by @iizukak
- Remove base_module.py #406 by @tkng
Bug Fixes
- Show only rank 0 progbar #385 by @tkng
- use tf.cast instead of tf.to_int32, etc #394 by @tkng
- Fix round #400 by @yd8534976
- call flush method of a writer after the writer wrote summary data #384 by @tkng
- Remove unnecessary summary from export.py and profile_model.py #383 by @yd8534976
- Fix input size bug of rbf. #381 by @n-nez @trivedijay
Documentation
- Change CI Badge Branch to master #382 by @iizukak
- Fix reference doc links #388 by @Joeper214
- Add FAQ section and improve installation and tutorial section #389 by @OscarWang114