Releases: larq/zoo
Releases · larq/zoo
v1.0.0
⚠️ Breaking Changes ⚠️
- Drop support for TF 1.14. (#156) @AdamHillier
- Split zoo into
literature
andsota
submodules (#108) @koenhelwegen
🎉 Features
- MeliusNet22 implementation (#142) @koenhelwegen
- Real-to-Binary implementation (#144) @timdebruin
- QuickNet implementation (#107) @jamescook106
- Use AveragePooling2D instead of GlobalPooling2D (#128) @koenhelwegen
🐛 Bug Fixes
- Add test to ensure that notop-weight are correct (#158) @lgeiger
- Remove input resolution check for Cifar10 training (#129) @MariaHeuss
- Move relus outside top (#103) @koenhelwegen
📖 Documentation
- Add meta info about Larq Zoo to README (#122) @leonoverweel
- Input shape docstring (#117) @koenhelwegen
- Fix argument ordering (#116) @koenhelwegen
- Point to
larq/docs
(#113) @koenhelwegen - Fix docstring rendering on the website (#114) @lgeiger
👷♂️ Internal Improvements
- Add model metrics to docstrings (#145) @michaeltinsley
- Explicitly set compute softmax in float32 (#135) @lgeiger
- Sync CI workflows with larq (#131) @lgeiger
- Restructure non-model files into training and core directories (#127) @timdebruin
- Remove deprecated layer metrics kwarg (#121) @lgeiger
- Fix GitHub Actions workflows (#104) @AdamHillier
⬆️ Dependencies
- Larq v0.9 (#130) @dependabot-preview
- Zookeeper v1.0 (#92) @AdamHillier
XNOR-Net
QuickNet_XL
- Fixes bug in
notop
model weights. See #158 for context. - Removes unnecessary optimizer variables from saved model.
QuickNet_Large
- Fixes bug in
notop
model weights. See #158 for context. - Removes unnecessary optimizer variables from saved model.
QuickNet
MeliusNet22
Fixes bug in notop
model weights. See #158 for context.
DoReFaNet
Binary DenseNet
- Fixes bug in
notop
model weights. See #158 for context.
Binary AlexNet
- Fixes bug in
notop
model weights. See #158 for context.
MeliusNet22
Reproduction of MeliusNet22 from MeliusNet: Can Binary Neural Networks Achieve MobileNet-level Accuracy?.