mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
fix a typo in ### Select specific feature levels or limit the stride
There are to additional creation arguments impacting the output features. -> There are two additional creation arguments impacting the output features.
This commit is contained in:
parent
1042b8a146
commit
09a45ab592
@ -145,7 +145,7 @@ torch.Size([2, 1512, 7, 7])
|
||||
|
||||
### Select specific feature levels or limit the stride
|
||||
|
||||
There are to additional creation arguments impacting the output features.
|
||||
There are two additional creation arguments impacting the output features.
|
||||
|
||||
* `out_indices` selects which indices to output
|
||||
* `output_stride` limits the feature output stride of the network (also works in classification mode BTW)
|
||||
|
Loading…
x
Reference in New Issue
Block a user