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
Update test_models.py
  • Loading branch information
brianhou0208 committed Dec 19, 2024
commit dd25aa2dad6f7bc292ae867ddfd25a13b5d9fe47
2 changes: 1 addition & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_encoders():
encoders.append("tu-convnext_atto") # for timm universal transformer-like encoder
encoders.append("tu-darknet17") # for timm universal vgg-like encoder
encoders.append("mit_b0")
return encoders[-3:]
return encoders


ENCODERS = get_encoders()
Expand Down
Loading