Skip to content

Commit ee6be5b

Browse files
committed
Update examples index
1 parent 275300a commit ee6be5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/examples_master.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"path": "vit_small_ds",
113113
"title": "Train a Vision Transformer on small datasets",
114114
"subcategory": "Image classification",
115+
"keras_3": True,
115116
},
116117
{
117118
"path": "shiftvit",
@@ -124,6 +125,12 @@
124125
"subcategory": "Image classification",
125126
"keras_3": True,
126127
},
128+
{
129+
"path": "temporal_latent_bottleneck",
130+
"title": "When Recurrence meets Transformers",
131+
"subcategory": "Image classification",
132+
"keras_3": True,
133+
},
127134
# Image segmentation
128135
{
129136
"path": "oxford_pets_image_segmentation",
@@ -848,6 +855,13 @@
848855
"title": "Text Generation using FNet",
849856
"subcategory": "Text generation",
850857
},
858+
# Audio / midi generation
859+
{
860+
"path": "midi_generation_with_transformer",
861+
"title": "Music Generation with Transformer Models",
862+
"subcategory": "Audio generation",
863+
"keras_3": True,
864+
},
851865
# Graph generation
852866
{
853867
"path": "molecule_generation",

0 commit comments

Comments
 (0)