* 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
:book: 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
:construction_worker_man: 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
xnornet-v0.2.1 - Fixes bug in `notop` model weights. See 158 for context.
quicknet_xl-v0.1.1 - Fixes bug in `notop` model weights. See 158 for context. - Removes unnecessary optimizer variables from saved model.
quicknet_large-v0.2.1 - Fixes bug in `notop` model weights. See 158 for context. - Removes unnecessary optimizer variables from saved model.
quicknet-v0.2.1 - Fixes bug in `notop` model weights. See 158 for context. - Removes unnecessary optimizer variables from saved model.
meliusnet22-v0.1.1 Fixes bug in `notop` model weights. See 158 for context.
dorefanet-v0.1.1 - Fixes bug in `notop` model weights. See 158 for context.
binary_densenet-v0.1.1 - Fixes bug in `notop` model weights. See 158 for context.
binary_alexnet-v0.2.1 - Fixes bug in `notop` model weights. See 158 for context.
meliusnet22-v0.1.0 Reproduction of MeliusNet22 from [MeliusNet: Can Binary Neural Networks Achieve MobileNet-level Accuracy?](https://arxiv.org/abs/2001.05936).