mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
feat: implement VGG13, VGG16 and VGG19 (#1211)
* feat: implement VGG13, VGG16 and VGG19 * Cosmetic fixes. * More cosmetic tweaks + avoid re-loading the weights on each final layer. --------- Co-authored-by: Laurent <laurent.mazare@gmail.com>
This commit is contained in:
@ -28,6 +28,7 @@ pub mod segment_anything;
|
||||
pub mod stable_diffusion;
|
||||
pub mod stable_lm;
|
||||
pub mod t5;
|
||||
pub mod vgg;
|
||||
pub mod vit;
|
||||
pub mod whisper;
|
||||
pub mod with_tracing;
|
||||
|
Reference in New Issue
Block a user