Skip to content

Commit 5fcdd4b

Browse files
authored
Merge pull request huggingface#459 from onatyap/patch-2
corrected typo in feature_extraction.md
2 parents 95feb1d + 3b95fa4 commit 5fcdd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/feature_extraction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All of the models in `timm` have consistent mechanisms for obtaining various typ
44

55
## Penultimate Layer Features (Pre-Classifier Features)
66

7-
The features from the penultimate model layer can be obtained in severay ways without requiring model surgery (although feel free to do surgery). One must first decide if they want pooled or un-pooled features.
7+
The features from the penultimate model layer can be obtained in several ways without requiring model surgery (although feel free to do surgery). One must first decide if they want pooled or un-pooled features.
88

99
### Unpooled
1010

@@ -170,4 +170,4 @@ Feature channels: [512, 2048]
170170
Feature reduction: [8, 8]
171171
torch.Size([2, 512, 40, 40])
172172
torch.Size([2, 2048, 40, 40])
173-
```
173+
```

0 commit comments

Comments
 (0)