mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
commit
e7b4ab6a8d
@ -460,7 +460,7 @@ class VisionTransformer(nn.Module):
|
|||||||
img_size: Input image size.
|
img_size: Input image size.
|
||||||
patch_size: Patch size.
|
patch_size: Patch size.
|
||||||
in_chans: Number of image input channels.
|
in_chans: Number of image input channels.
|
||||||
num_classes: Mumber of classes for classification head.
|
num_classes: Number of classes for classification head.
|
||||||
global_pool: Type of global pooling for final sequence (default: 'token').
|
global_pool: Type of global pooling for final sequence (default: 'token').
|
||||||
embed_dim: Transformer embedding dimension.
|
embed_dim: Transformer embedding dimension.
|
||||||
depth: Depth of transformer.
|
depth: Depth of transformer.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user