Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-ferguson committed May 16, 2024
1 parent decada2 commit 9fb6a02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from brainscore_vision.model_helpers.check_submission import check_models
import functools
import numpy as np
import torch
from transformers import AutoFeatureExtractor, CvtForImageClassification
from brainscore_vision.model_helpers.activations.pytorch import PytorchWrapper
from PIL import Image
import numpy as np
import torch


"""
Template module for a base model submission to brain-score
Expand Down Expand Up @@ -143,6 +144,14 @@ def create_static_video(image, num_frames, normalize_0to1=False, channel_dim=3):
# It executes a mock run of brain-score benchmarks.
check_models.check_base_models(__name__)


'''
Below Notes are from the original model file from Brain-Score 1.0, and
kept in this file for posterity.
'''


"""
Notes on the error:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy
torch
transformers
ssl
PIL

0 comments on commit 9fb6a02

Please sign in to comment.