Skip to content

Added EfficientNetXL. Changed layer naming convention.

Latest
Compare
Choose a tag to compare
@sebastian-sz sebastian-sz released this 10 Sep 13:51

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.