Skip to content

Commit

Permalink
Add noisy-student weights for b0-b7 models
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Feb 28, 2020
1 parent aa1edca commit 01cc666
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 140 deletions.
1 change: 1 addition & 0 deletions efficientnet/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
EfficientNetB5 = inject_keras_modules(model.EfficientNetB5)
EfficientNetB6 = inject_keras_modules(model.EfficientNetB6)
EfficientNetB7 = inject_keras_modules(model.EfficientNetB7)
EfficientNetL2 = inject_keras_modules(model.EfficientNetL2)

preprocess_input = inject_keras_modules(model.preprocess_input)

Expand Down
Loading

0 comments on commit 01cc666

Please sign in to comment.