File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
keras_hub/src/models/mobilenet Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ from keras_hub .src .models .mobilenet .mobilenet_backbone import MobileNetBackbone
2+ from keras_hub .src .models .mobilenet .mobilenet_presets import backbone_presets
3+ from keras_hub .src .utils .preset_utils import register_presets
4+
5+ register_presets (backbone_presets , MobileNetBackbone )
Original file line number Diff line number Diff line change 11"""MobileNet preset configurations."""
22
33backbone_presets = {
4- "mobilenetv3_small_050 " : {
4+ "mobilenet_v3_small_050_imagenet " : {
55 "metadata" : {
66 "description" : (
7- "Small Mobilenet V3 model pre-trained on the ImageNet 1k "
7+ "Small MobileNet V3 model pre-trained on the ImageNet 1k "
88 "dataset at a 224x224 resolution."
99 ),
1010 "params" : 278784 ,
You can’t perform that action at this time.
0 commit comments