We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
alpha
mobilenet_v3
1 parent 310bcde commit 1d647c3Copy full SHA for 1d647c3
keras/src/applications/mobilenet_v3.py
@@ -91,6 +91,8 @@
91
alpha: controls the width of the network. This is known as the
92
depth multiplier in the MobileNetV3 paper, but the name is kept for
93
consistency with MobileNetV1 in Keras.
94
+ When `weights` is `imagenet`, `alpha` can be one of `0.75` or `1.0`
95
+ for non-minimalistic models, and `1.0` for minimalistic models.
96
- If `alpha < 1.0`, proportionally decreases the number
97
of filters in each layer.
98
- If `alpha > 1.0`, proportionally increases the number
0 commit comments