:tada: Features
* Implement QuickNet-XL (137) koenhelwegen
* Implement one-padding and reduce number of SE blocks for QuickNet (136) koenhelwegen
:construction_worker_man: Internal Improvements
* Refactor quicknets and remove duplication (138) koenhelwegen
quicknet_xl-v0.1.0
Introducing QuickNet XL: more neural network for more accuracy.
quicknet_large-v0.2.0
This new version of QuickNet Large includes two changes that improve inference time while maintaining accuracy:
- use of one-padding instead of zero-padding,
- removal of squeeze-and-excite blocks in the first half of the network.
quicknet-v0.2.0
This new version of QuickNet uses one-padding instead of zero-padding, resulting in a faster inference time without any loss in accuracy.