summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJani Monoses <jani.monoses@gmail.com>2024-08-28 12:20:09 +0300
committerGitHub <noreply@github.com>2024-08-28 11:20:09 +0200
commit29e25c458da869808502a88024f57b1c86efa090 (patch)
treea07b12a2a3902fcf4fa52f32f8b1606ff9b0c2f2 /README.md
parentaafa24ed93b6b02c0f1dfb8e8289ab0abe8ddae8 (diff)
downloadcandle-29e25c458da869808502a88024f57b1c86efa090.tar.gz
candle-29e25c458da869808502a88024f57b1c86efa090.tar.bz2
candle-29e25c458da869808502a88024f57b1c86efa090.zip
FastViT fixes. (#2452)
* correct optional SE layer dimensions. * head_dim instead of num_heads is 32. * update test example output.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4a8dc4a..a351ab66 100644
--- a/README.md
+++ b/README.md
@@ -241,7 +241,7 @@ If you have an addition to this list, please submit a pull request.
- Parler-TTS, text-to-speech model.
- Computer Vision Models.
- DINOv2, ConvMixer, EfficientNet, ResNet, ViT, VGG, RepVGG, ConvNeXT,
- ConvNeXTv2, MobileOne, EfficientVit (MSRA), MobileNetv4, Hiera.
+ ConvNeXTv2, MobileOne, EfficientVit (MSRA), MobileNetv4, Hiera, FastViT.
- yolo-v3, yolo-v8.
- Segment-Anything Model (SAM).
- SegFormer.