Skip to content

Commit

Permalink
Add relu6 (keras-team#10521)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzythecat authored and fchollet committed Jun 25, 2018
1 parent ba4aac6 commit 37b1645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions keras/applications/mobilenet.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from keras_applications import mobilenet

relu6 = mobilenet.relu6
MobileNet = mobilenet.MobileNet
decode_predictions = mobilenet.decode_predictions
preprocess_input = mobilenet.preprocess_input
1 change: 1 addition & 0 deletions keras/applications/mobilenetv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from keras_applications import mobilenet_v2

relu6 = mobilenet_v2.relu6
MobileNetV2 = mobilenet_v2.MobileNetV2
decode_predictions = mobilenet_v2.decode_predictions
preprocess_input = mobilenet_v2.preprocess_input

0 comments on commit 37b1645

Please sign in to comment.