Merge pull request #459 from onatyap/patch-2

corrected typo in feature_extraction.md
pull/489/head
Ross Wightman 4 years ago committed by GitHub
commit 5fcdd4b822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ All of the models in `timm` have consistent mechanisms for obtaining various typ
## Penultimate Layer Features (Pre-Classifier Features) ## Penultimate Layer Features (Pre-Classifier Features)
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. 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.
### Unpooled ### Unpooled

Loading…
Cancel
Save