Skip to content

Commit

Permalink
removed dynamic_img_size from timm_model (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig authored Sep 11, 2024
1 parent e5d615a commit 31f547f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/eva/vision/models/networks/backbones/timm/backbones.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ def timm_model(
checkpoint_path=checkpoint_path or "",
pretrained=pretrained,
out_indices=out_indices,
model_kwargs={
"dynamic_img_size": dynamic_img_size,
}
| kwargs,
model_kwargs=kwargs,
)


Expand Down

0 comments on commit 31f547f

Please sign in to comment.