Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pellegreene authored Jul 30, 2024
1 parent 72f989c commit f883e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscore_vision/models/inception_v4_pytorch/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from brainscore_vision.model_helpers.activations.pytorch import PytorchWrapper
from model_helpers.activations.pytorch import load_preprocess_images
from brainscore_vision.model_helpers.activations.pytorch import load_preprocess_images
import ssl
import functools
import timm
Expand Down

0 comments on commit f883e1f

Please sign in to comment.