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
Update test_models.py
  • Loading branch information
brianhou0208 committed Dec 19, 2024
commit f55eb134bfefa91fe9071dab78f476922fde5404
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def get_encoders():
encoders.append("tu-resnet34") # for timm universal traditional-like encoder
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


Expand Down
Loading