diff options
author | Jani Monoses <jani.monoses@gmail.com> | 2024-08-28 12:20:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 11:20:09 +0200 |
commit | 29e25c458da869808502a88024f57b1c86efa090 (patch) | |
tree | a07b12a2a3902fcf4fa52f32f8b1606ff9b0c2f2 /README.md | |
parent | aafa24ed93b6b02c0f1dfb8e8289ab0abe8ddae8 (diff) | |
download | candle-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |