Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/ReAlnet_cornet_fov/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from brainscore_vision.model_helpers.check_submission import check_models
import torch.hub
import ssl
from brainscore_vision.model_helpers.s3 import load_weight_file
from brainscore_core.supported_data_standards.brainio.s3 import load_weight_file
from torch.nn import Module
from .helpers.helpers import TemporalPytorchWrapper
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc_seed1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc_seed2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc_seed3/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc_seed4/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ew_no_wzc_seed5/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_ewconplus_wzc_2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_expCBLS_wzc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc_seed1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc_seed2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc_seed3/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc_seed4/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
2 changes: 1 addition & 1 deletion brainscore_vision/models/resnet50_st_no_wzc_seed5/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If the model requires a GPU, contact the brain-score team directly.

# from brainscore_vision.model_helpers.s3 import load_file
# from brainscore_core.supported_data_standards.brainio.s3 import load_file
# from brainscore_vision.model_helpers.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand Down
4 changes: 2 additions & 2 deletions brainscore_vision/models/resnet50_st_wzc_seed2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand All @@ -24,7 +24,7 @@ def get_model_list():
def get_model(name):
assert name == 'resnet50_st_wzc_seed2'

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
file_path = load_file(bucket="brainscore-storage", folder_name="brainscore-vision/models/user_672/",
relative_path="resnet50_st_wzc_seed2_checkpoint_89.pth",
version_id="EQobKQ699nXKME_5qUExwRWUGVqmY_DX",
Expand Down
4 changes: 2 additions & 2 deletions brainscore_vision/models/resnet50_st_wzc_seed2_2/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Please load your pytorch model for usage in CPU. There won't be GPUs available for scoring your model.
# If the model requires a GPU, contact the brain-score team directly.

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
device = torch.device("cpu")

def get_model_list():
Expand All @@ -24,7 +24,7 @@ def get_model_list():
def get_model(name):
assert name == 'resnet50_st_wzc_seed2_2'

from brainscore_vision.model_helpers.s3 import load_file
from brainscore_core.supported_data_standards.brainio.s3 import load_file
file_path = load_file(bucket="brainscore-storage", folder_name="brainscore-vision/models/user_672/",
relative_path="resnet50_st_wzc_seed2_checkpoint_89.pth",
version_id="EQobKQ699nXKME_5qUExwRWUGVqmY_DX",
Expand Down
Loading