Skip to content

Commit

Permalink
Correct the kaggle handle (#1982)
Browse files Browse the repository at this point in the history
  • Loading branch information
sineeli authored Nov 12, 2024
1 parent d97db05 commit e3938f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_hub/src/models/retinanet/retinanet_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"path": "retinanet",
"model_card": "https://www.kaggle.com/models/keras/retinanet",
},
"kaggle_handle": "https://www.kaggle.com/models/keras/retinanet/keras/retinanet_resnet50_fpn_coco",
"kaggle_handle": "kaggle://keras/retinanet/keras/retinanet_resnet50_fpn_coco/1",
}
}

0 comments on commit e3938f1

Please sign in to comment.