Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scripts/examples_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,13 +474,13 @@
"path": "deit",
"title": "Distilling Vision Transformers",
"subcategory": "Performance recipes",
"keras_2": True,
"keras_3": True,
},
{
"path": "focal_modulation_network",
"title": "Focal Modulation: A replacement for Self-Attention",
"subcategory": "Image classification",
"keras_2": True,
"keras_3": True,
},
{
"path": "masked_image_modeling",
Expand Down Expand Up @@ -1018,7 +1018,7 @@
"path": "ctc_asr",
"title": "Automatic Speech Recognition using CTC",
"subcategory": "Speech recognition",
"keras_2": True,
"keras_3": True,
},
# Audio classification
{
Expand Down Expand Up @@ -1111,7 +1111,7 @@
"path": "node2vec_movielens",
"title": "Graph representation learning with node2vec",
"subcategory": "Graph representation learning",
"keras_2": True,
"keras_3": True,
},
],
},
Expand Down