summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/vgg.rs
Commit message (Expand)AuthorAgeFilesLines
* Documentation Pass for Models (#2617)zachcp2024-11-151-2/+13
* Fix the fast bf16 gemm cublas kernels. (#2274)Laurent Mazare2024-06-181-2/+1
* Allow for different behavior between training and eval (#1213)Laurent Mazare2023-10-291-16/+19
* feat: implement VGG13, VGG16 and VGG19 (#1211)drbh2023-10-291-0/+254