Skip to content

Commit

Permalink
Layer Mapping Orchestrator (build:126) (#1437)
Browse files Browse the repository at this point in the history
* Add region_layer_map directories with .gitkeep for models: cvt_cvt-13-224-in1k_4_LucyV4 cvt_cvt-13-384-in1k_4_LucyV4 cvt_cvt-13-384-in22k_finetuned-in1k_4_LucyV4 cvt_cvt-21-224-in1k_4_LucyV4 cvt_cvt-21-384-in1k_4_LucyV4 cvt_cvt-21-384-in22k_finetuned-in1k_4_LucyV4

* Add cvt_cvt-13-384-in22k_finetuned-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-13-384-in22k_finetuned-in1k_4_LucyV4

* Add cvt_cvt-13-224-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-13-224-in1k_4_LucyV4

* Add cvt_cvt-13-384-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-13-384-in1k_4_LucyV4

* Add cvt_cvt-21-224-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-21-224-in1k_4_LucyV4

* Add cvt_cvt-21-384-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-21-384-in1k_4_LucyV4

* Add cvt_cvt-21-384-in22k_finetuned-in1k_4_LucyV4.json to region_layer_map for model cvt_cvt-21-384-in22k_finetuned-in1k_4_LucyV4

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

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

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

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

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

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: KartikP <[email protected]>
Co-authored-by: Kartik Pradeepan <[email protected]>
  • Loading branch information
4 people authored Nov 6, 2024
1 parent 99fe6e3 commit c2362b2
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.1.layers.0",
"V2": "cvt.encoder.stages.1.layers.1",
"V4": "cvt.encoder.stages.2.layers.0",
"IT": "cvt.encoder.stages.2.layers.1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.2.layers.0",
"V2": "cvt.encoder.stages.2.layers.0",
"V4": "cvt.encoder.stages.2.layers.0",
"IT": "cvt.encoder.stages.2.layers.1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.1.layers.0",
"V2": "cvt.encoder.stages.1.layers.1",
"V4": "cvt.encoder.stages.1.layers.1",
"IT": "cvt.encoder.stages.2.layers.1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.1.layers.0",
"V2": "cvt.encoder.stages.2.layers.0",
"V4": "cvt.encoder.stages.2.layers.0",
"IT": "cvt.encoder.stages.2.layers.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.1.layers.0",
"V2": "cvt.encoder.stages.1.layers.3",
"V4": "cvt.encoder.stages.2.layers.0",
"IT": "cvt.encoder.stages.2.layers.1"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"V1": "cvt.encoder.stages.2.layers.1",
"V2": "cvt.encoder.stages.1.layers.2",
"V4": "cvt.encoder.stages.2.layers.0",
"IT": "cvt.encoder.stages.2.layers.1"
}

0 comments on commit c2362b2

Please sign in to comment.