Skip to content

Commit

Permalink
add resnet18_imagenet21kP to models (#818)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoJenkins <[email protected]>
Co-authored-by: Sam Winebrake <[email protected]>
  • Loading branch information
3 people authored May 9, 2024
1 parent de683f5 commit af77cc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions brainscore_vision/models/resnet18_imagenet21kP/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from brainscore_vision import model_registry
from .model import get_model

MODEL_NAME = "resnet18_imagenet21kP"

model_registry["[email protected]"] = lambda: get_model(
MODEL_NAME
model_registry["resnet18_imagenet21kP"] = lambda: get_model(
"resnet18_imagenet21kP"
)

0 comments on commit af77cc3

Please sign in to comment.