mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 19:18:50 +00:00
TinyViT backbone for segment-anything. (#787)
* TinyViT. * More TinyViT. * Add more to the tinyvit backbone. * Proper padding. * Plus ViT. * Add the tiniest vit spec.
This commit is contained in:
@ -11,6 +11,7 @@ pub mod model_image_encoder;
|
||||
pub mod model_mask_decoder;
|
||||
pub mod model_prompt_encoder;
|
||||
pub mod model_sam;
|
||||
pub mod model_tiny_vit;
|
||||
pub mod model_transformer;
|
||||
|
||||
use candle::{DType, Result, Tensor};
|
||||
|
Reference in New Issue
Block a user