You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor reparameterizable layers and add `GhostNetV3` (#47)
* Merge `RepConv2D` and `MobileOneConv2D` into one `ReparameterizableConv2D`
* Add `GhostNetV3`
* Update version number
* Fix CI
* Fix array assignment issue
* Fix channels_first
* Improve test coverage
Add arbitrary shape support for ViT series (#46)
* Improvements
1. Add arbitrary shape support to ViT and MobileViT
2. Simplify the logic in BaseModel
3. Add more model weights
* Update version number
* Improve test coverage
* Fix numpy tests
Refactor APIs using `namex` (#43)
* Refactor `kimm.blocks`
* Update
* Export model apis
* Update apis
* Fix version
* Update CI
* Update CI
* Update `release.yml`
* Update tests
* Speed up tests
* Update keras version
* Update keras version
Add `InceptionNeXt` and `MobileViTV2` and change naming of `MobileNet…
…*V2` and `MobileNet*V3` (#30)
* Add `InceptionNeXt`
* Add `MobileViTV2`
* Fix tests
* Fix test
* Fix format
* Fix github runner
* Fix requirements
* Update version and nit