MobileNet V3¶
MobileNet V3 模型基於論文 Searching for MobileNetV3。
模型構建器¶
可以使用以下模型構建器來例項化 MobileNetV3 模型,無論是否帶有預訓練權重。所有模型構建器內部都依賴於 torchvision.models.mobilenetv3.MobileNetV3 基類。有關此類的更多詳細資訊,請參閱原始碼。
|
構建一個大型 MobileNetV3 架構,基於 Searching for MobileNetV3 論文。 |
|
構建一個小型 MobileNetV3 架構,基於 Searching for MobileNetV3 論文。 |