Skip to content

Releases: sebastian-sz/efficientnet-v2-keras

Added EfficientNetXL. Changed layer naming convention.

10 Sep 13:51
Compare
Choose a tag to compare

This release includes EfficientNetXL model variants.

Due to huge number of layers in this variant:

  • The naming convention had to be changed as we exhausted the entire alphabet.
  • The Python's default recursion limit has to be increased upon model creation.

Also more weights have been released: imagenet-21k and imagenet-21k-ft1k pretrained models. The names mimic those from original repository.

Initial release.

08 Sep 05:58
Compare
Choose a tag to compare

Initial weights release for EfficientNetV2 models.