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.
1 parent 07fb656 commit 3920a63Copy full SHA for 3920a63
keras_hub/src/models/deeplab_v3/deeplab_v3_presets.py
@@ -1,7 +1,7 @@
1
"""DeepLabV3 preset configurations."""
2
3
backbone_presets = {
4
- "deeplabv3_plus_resnet50_pascalvoc": {
+ "deeplab_v3_plus_resnet50_pascalvoc": {
5
"metadata": {
6
"description": (
7
"DeepLabV3+ model with ResNet50 as image encoder and trained on "
@@ -13,6 +13,6 @@
13
"path": "deeplabv3",
14
"model_card": "https://arxiv.org/abs/1802.02611",
15
},
16
- "kaggle_handle": "kaggle://keras/deeplabv3/keras/deeplab_v3_plus_resnet50_pascalvoc/3",
+ "kaggle_handle": "kaggle://keras/deeplabv3plus/keras/deeplab_v3_plus_resnet50_pascalvoc/3",
17
18
}
0 commit comments