keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Adds `min_layer_filters` and `padding_mode` parameters to mobilenet_v2 #33

Closed tomerk closed 5 years ago

tomerk commented 6 years ago

This commit adds a 'min_layer_filters' parameter to mobilenet_v2 as well as several padding modes to use for the mobilenet_v2 convolutions.

These are required to transition the Tensorflow Object Detection API (https://github.com/tensorflow/models/tree/master/research/object_detection) to using Keras.

CC'ing @fchollet @allenlavoie

taehoonlee commented 5 years ago

Thank you for the PR, @tomerk. I'll close the PR for now. Please feel free to open it again at any time if you have additional ideas for revisions.