Skip to content

Commit 8df6d83

Browse files
committed
Added XL variant.
1 parent 1e138dc commit 8df6d83

16 files changed

+1057
-31
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ lint:
33

44
test:
55
python -m unittest -f tests/*.py
6+
7+
generate_weight_hashes:
8+
python scripts/generate_weight_hashes.py \
9+
--input weights/

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
EfficientNetV2 models rewriteen in Keras functional API.
2+
3+
### Changelog:
4+
* 10 Sept. 2021 - Added XL model variant.
5+
* Changed layer naming convention.
6+
* Rexported weights.
7+
8+
19
# Table of contens
210
1. [Introduction](https://github.com/sebastian-sz/efficientnet-v2-keras#introduction)
311
2. [Quickstart](https://github.com/sebastian-sz/efficientnet-v2-keras#quickstart)

0 commit comments

Comments
 (0)