Skip to content

Commit

Permalink
undo change
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaenzig committed Dec 3, 2024
1 parent 749ce85 commit c59d0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eva/vision/models/wrappers/from_timm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(
self._pretrained = pretrained
self._checkpoint_path = checkpoint_path
self._out_indices = out_indices
self._model_kwargs = model_kwargs or {"dynamic_img_size": True}
self._model_kwargs = model_kwargs or {}

self.load_model()

Expand Down

0 comments on commit c59d0ee

Please sign in to comment.