Skip to content

Commit

Permalink
Added XL variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-sz committed Sep 10, 2021
1 parent 1e138dc commit 8df6d83
Show file tree
Hide file tree
Showing 16 changed files with 1,057 additions and 31 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ lint:

test:
python -m unittest -f tests/*.py

generate_weight_hashes:
python scripts/generate_weight_hashes.py \
--input weights/
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
EfficientNetV2 models rewriteen in Keras functional API.

### Changelog:
* 10 Sept. 2021 - Added XL model variant.
* Changed layer naming convention.
* Rexported weights.


# Table of contens
1. [Introduction](https://github.com/sebastian-sz/efficientnet-v2-keras#introduction)
2. [Quickstart](https://github.com/sebastian-sz/efficientnet-v2-keras#quickstart)
Expand Down
Loading

0 comments on commit 8df6d83

Please sign in to comment.