Skip to content

Commit

Permalink
update clip prests kaggle handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Divyashree Sreepathihalli committed Feb 3, 2024
1 parent 2219bc2 commit 957b6c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions keras_cv/models/feature_extractor/clip/clip_presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"official_name": "CLIP",
"path": "clip",
},
"kaggle_handle": "kaggle://keras/yolov8/keras/yolo_v8_m_pascalvoc/2",
"kaggle_handle": "TBD",
},
"clip-vit-base-patch32": {
"metadata": {
Expand All @@ -31,7 +31,7 @@
"official_name": "CLIP",
"path": "clip",
},
"kaggle_handle": "kaggle://keras/yolov8/keras/yolo_v8_m_pascalvoc/2",
"kaggle_handle": "TBD",
},
"clip-vit-large-patch14": {
"metadata": {
Expand All @@ -47,7 +47,7 @@
"official_name": "CLIP",
"path": "clip",
},
"kaggle_handle": "kaggle://keras/yolov8/keras/yolo_v8_m_pascalvoc/2",
"kaggle_handle": "TBD",
},
"clip-vit-large-patch14-336": {
"metadata": {
Expand All @@ -63,6 +63,6 @@
"official_name": "CLIP",
"path": "clip",
},
"kaggle_handle": "",
"kaggle_handle": "TBD",
},
}

0 comments on commit 957b6c8

Please sign in to comment.