"doc/git@developer.sourcefind.cn:ox696c/ktransformers.git" did not exist on "f892d22849b45eda2084aa450d89ff265e3f8a45"
Commit 987238e6 authored by Fan Yang's avatar Fan Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 409425157
parent beec3163
...@@ -574,7 +574,7 @@ class MobileNet(tf.keras.Model): ...@@ -574,7 +574,7 @@ class MobileNet(tf.keras.Model):
Args: Args:
model_id: A `str` of MobileNet version. The supported values are model_id: A `str` of MobileNet version. The supported values are
`MobileNetV1`, `MobileNetV2`, `MobileNetV3Large`, `MobileNetV3Small`, `MobileNetV1`, `MobileNetV2`, `MobileNetV3Large`, `MobileNetV3Small`,
and `MobileNetV3EdgeTPU`. `MobileNetV3EdgeTPU`, `MobileNetMultiMAX` and `MobileNetMultiAVG`.
filter_size_scale: A `float` of multiplier for the filters (number of filter_size_scale: A `float` of multiplier for the filters (number of
channels) for all convolution ops. The value must be greater than zero. channels) for all convolution ops. The value must be greater than zero.
Typical usage will be to set this value in (0, 1) to reduce the number Typical usage will be to set this value in (0, 1) to reduce the number
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment