Skip to content

Commit

Permalink
Layer Mapping Orchestrator (build:114) (#1399)
Browse files Browse the repository at this point in the history
* Add region_layer_map directories with .gitkeep for models: resnet18_imagenet_full resnet34_imagenet_full resnet50_imagenet_full

* Add resnet18_imagenet_full.json to region_layer_map for model resnet18_imagenet_full

* Add resnet34_imagenet_full.json to region_layer_map for model resnet34_imagenet_full

* Add resnet50_imagenet_full.json to region_layer_map for model resnet50_imagenet_full

* Delete brainscore_vision/models/scaling_models/region_layer_map/.gitkeep

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Kartik Pradeepan <[email protected]>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent 6323907 commit 1ed5a5c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "layer1.0.bn1",
"V2": "layer2.0.bn2",
"V4": "layer3.0.conv2",
"IT": "layer4.0.bn1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "layer1.0.bn1",
"V2": "layer3.1.conv1",
"V4": "layer3.1.conv1",
"IT": "layer4.0.bn1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "layer1.0.conv1",
"V2": "layer3.5.bn3",
"V4": "layer3.0.conv1",
"IT": "layer4.0.relu"
}

0 comments on commit 1ed5a5c

Please sign in to comment.