Skip to content

Releases: james77777778/keras-image-models

0.1.3

21 Jan 13:05
4506330
Compare
Choose a tag to compare

Major Features and Improvements

  • Add type hints for all public APIs
  • Replace *.available_feature_keys() to *.available_feature_keys (using static variable)
  • Add *.available_weights

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

20 Jan 11:26
2f771ac
Compare
Choose a tag to compare

Major Features and Improvements

Now, almost all models default to wegiths="imagenet".

What's Changed

Full Changelog: 0.1.0...0.1.2

First Release of `kimm`

19 Jan 13:22
03d84b4
Compare
Choose a tag to compare

Description

Please see README for the details.

Currently Supported Models with Pretrained Weights

Classics

  • DenseNet
  • InceptionV3
  • ResNet
  • VGG
  • Xception

Lightweight

  • EfficientNetLite
  • GhostNet
  • GhostNetV2
  • LCNet
  • MobileNetV2
  • MobileNetV3
  • MobileViT
  • TinyNet

SOTA

  • ConvMixer
  • ConvNeXt
  • EfficientNet
  • EfficientNetV2
  • RegNet
  • ViT

New Contributors

Full Changelog: https://github.com/james77777778/kimm/commits/0.1.0