Skip to content

Commit c993591

Browse files
authored
Update README.md
1 parent 0e9a145 commit c993591

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ five other commonly used transfer learning datasets.
55

66
The codebase is heavily inspired by the [TensorFlow implementation](https://github.com/tensorflow/tpu/tree/master/models/official/efficientnet).
77

8+
## Important!
9+
There was a huge library update **24 of July**. Now efficintnet works with both frameworks: `keras` and `tensorflow.keras`.
10+
If you have models, trained before that date, to load them, please, use efficientnet of 0.0.4 version (PyPI). You can roll back using `pip install -U efficientnet==0.0.4`.
11+
812
## Table of Contents
913

1014
1. [About EfficientNet Models](#about-efficientnet-models)

0 commit comments

Comments
 (0)