File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments