Skip to content

Update timm universal (support transformer-style model) #1004

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 19, 2024
Prev Previous commit
Next Next commit
Fix typo error
  • Loading branch information
brianhou0208 committed Dec 8, 2024
commit eae7e2b10baec3c04725a7615fe5ef8b24a51420
2 changes: 1 addition & 1 deletion docs/encoders_timm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ These models typically produce feature maps at the following downsampling scales
| xception71 | ✅ |
+----------------------------------+------------------+

Transformer-style
Transformer-Style
~~~~~~~~~~~~~~~~~

Transformer-style models (e.g., Swin Transformer, ConvNeXt) typically produce feature maps starting at a 1/4 scale, followed by 1/8, 1/16, and 1/32 scales
Expand Down
Loading