Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CvTs #1436

Merged
merged 6 commits into from
Nov 6, 2024
Merged

Adding CvTs #1436

merged 6 commits into from
Nov 6, 2024

Conversation

LucyV4
Copy link
Contributor

@LucyV4 LucyV4 commented Nov 5, 2024

Adds all of the CvTs from https://arxiv.org/abs/2103.15808 to the models and adds this paper as a reference to the new and existing CvTs

@kvfairchild kvfairchild added the OOM When unit tests run out of memory label Nov 5, 2024
@KartikP
Copy link
Collaborator

KartikP commented Nov 5, 2024

Looks like cvt_cvt_w24_384_in22k_finetuned_in1k_4 ran out of memory. Going to open/close PR to retrigger unit test.

@KartikP KartikP closed this Nov 5, 2024
@KartikP KartikP reopened this Nov 5, 2024
@KartikP KartikP closed this Nov 5, 2024
@KartikP KartikP reopened this Nov 5, 2024
@LucyV4
Copy link
Contributor Author

LucyV4 commented Nov 5, 2024

CvT W24 is already on brain score, so that one does not have to be runned necessarily. I only added the bibtex of the paper for that one. The CvT 13's and 21's are new

Copy link
Collaborator

@KartikP KartikP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cvt_cvt_21_384_in1k_4 and cvt_cvt_13_384_in_1k_4 init files are swapped.

brainscore_vision/models/cvt_cvt_21_384_in1k_4/__init__.py Outdated Show resolved Hide resolved
@KartikP
Copy link
Collaborator

KartikP commented Nov 6, 2024

cvt_cvt-w24-384-in22k_finetuned-in1k_4 still causing out of memory issues. @LucyV4, could you remove the CVT W24 model from your PR. Then we can merge and score it.

@LucyV4
Copy link
Contributor Author

LucyV4 commented Nov 6, 2024

Removed the bibtex from the W24 model as it was before my PR

@LucyV4
Copy link
Contributor Author

LucyV4 commented Nov 6, 2024

I see that the check failed because of my branch name, I think closing this and then making a new PR from the master branch of the fork is the best course of action?

@KartikP
Copy link
Collaborator

KartikP commented Nov 6, 2024

@LucyV4 Hi Lucy, you're right but don't do anything just yet. There's one thing I want to clarify soon with the other developers regarding some private models that has the same model_identifiers (i.e., someone else has submitted the suite of CVT models) that is causing some issues. I'll get back to you today about what we'll do.

@LucyV4
Copy link
Contributor Author

LucyV4 commented Nov 6, 2024

The private submission was me as well, I am writing a paper on vision models, illusions and brain scores. I found that the private submission had around 20 more tests and I did not want to upload all 6 models seperately

@KartikP
Copy link
Collaborator

KartikP commented Nov 6, 2024

@LucyV4 To explain the situation at hand, earlier in the year, another user had submitted cvt_cvt-{13,21}-{224,384}-in1k/{-in1k} models. Essentially with the same identifiers as you did but they listed them as private. What this is now causing us is a conflict in our database with duplicate model_identifiers. Because these models are private, they do not show up in the models directory.

In the future, we plan to have namespaces and keep all private models in the user-specific namespace, but we do not yet have this implemented.

For now, I'm going to ask you to append a unique identifier to each of your model identifiers. For example, cvt_cvt-13-384-in1k_4 will become cvt_cvt-13-384-in1k_4_lucyV4 or keemink-lab_cvt_cvt-13-384-in1k_4.

Once that's done, I'll let tests run again, and then merge this for you so you can get scores for your models.

@KartikP KartikP merged commit 99fe6e3 into brain-score:master Nov 6, 2024
11 of 13 checks passed
KartikP added a commit that referenced this pull request Nov 6, 2024
* Allow region_layer_map json to be loaded into BrainModel during commitment (#1314)

* Add load_region_layer_map_from_json

* Cleaned up load_region_layer_map_json function and added error handling.

* Replaced print with logging

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Layer Mapping Orchestrator (build:114) (#1399)

* 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]>

* Add layer-mapping workflow to trigger Jenkins (#1361)

* Create map_new_plugins workflow

* Create map_new_plugins workflow

* Change trigger and status checks (#1408)

* Add label change as trigger (#1410)

* Updating sha (#1412)

* Debug map_new_plugins.yml (#1414)

* Remove parsing of status/checks in loop (#1416)

* Quote mismatch fix (#1418)

Recommended by ChatGPT because I got tired of trying to deal with quotes

* Update imagenet paths (#1406)

* update stim path to mounted s3 bucket

* update imagenet csv paths

* Loosen map-new-plugins trigger (#1422)

* Update auto merge workflow to require mapping (#1424)

* Separate map_new_plugins into two jobs and allow re-run (#1426)

* Remove set and use GitHub_output (#1428)

* Update map_new_plugins.yml (#1430)

* remove ' from benchmark id (#1432)

* brain-score.org submission (user:538) | (public:False) (#1434)

* Layer Mapping Orchestrator (build:115) (#1400)

* Add region_layer_map directories with .gitkeep for models: resnet101_imagenet_full resnet152_imagenet_full resnet18_ecoset_full resnet34_ecoset_full resnet50_ecoset_full resnet101_ecoset_full resnet152_ecoset_full

* Add resnet18_ecoset_full.json to region_layer_map for model resnet18_ecoset_full

* Add resnet34_ecoset_full.json to region_layer_map for model resnet34_ecoset_full

* Add resnet50_ecoset_full.json to region_layer_map for model resnet50_ecoset_full

* Add resnet101_imagenet_full.json to region_layer_map for model resnet101_imagenet_full

* Add resnet101_ecoset_full.json to region_layer_map for model resnet101_ecoset_full

* Add resnet152_ecoset_full.json to region_layer_map for model resnet152_ecoset_full

* Add efficientnet_b2_imagenet_full.json to region_layer_map for model efficientnet_b2_imagenet_full

* Add efficientnet_b0_imagenet_full.json to region_layer_map for model efficientnet_b0_imagenet_full

* Add resnet50_imagenet_1_seed-0.json to region_layer_map for model resnet50_imagenet_1_seed-0

* Add resnet50_imagenet_100_seed-0.json to region_layer_map for model resnet50_imagenet_100_seed-0

* Add resnet50_imagenet_10_seed-0.json to region_layer_map for model resnet50_imagenet_10_seed-0

* Add deit_small_imagenet_10_seed-0.json to region_layer_map for model deit_small_imagenet_10_seed-0

* Add deit_small_imagenet_100_seed-0.json to region_layer_map for model deit_small_imagenet_100_seed-0

* Add deit_small_imagenet_full_seed-0.json to region_layer_map for model deit_small_imagenet_full_seed-0

* Add deit_small_imagenet_1_seed-0.json to region_layer_map for model deit_small_imagenet_1_seed-0

* Add deit_base_imagenet_full_seed-0.json to region_layer_map for model deit_base_imagenet_full_seed-0

* Add convnext_small_imagenet_100_seed-0.json to region_layer_map for model convnext_small_imagenet_100_seed-0

* Add efficientnet_b1_imagenet_full.json to region_layer_map for model efficientnet_b1_imagenet_full

* Add convnext_small_imagenet_1_seed-0.json to region_layer_map for model convnext_small_imagenet_1_seed-0

* Add convnext_small_imagenet_10_seed-0.json to region_layer_map for model convnext_small_imagenet_10_seed-0

* Add convnext_small_imagenet_full_seed-0.json to region_layer_map for model convnext_small_imagenet_full_seed-0

* Add convnext_base_imagenet_full_seed-0.json to region_layer_map for model convnext_base_imagenet_full_seed-0

* Add convnext_large_imagenet_full_seed-0.json to region_layer_map for model convnext_large_imagenet_full_seed-0

* Add deit_large_imagenet_full_seed-0.json to region_layer_map for model deit_large_imagenet_full_seed-0

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

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Kartik Pradeepan <[email protected]>

* Adding CvTs (#1436)

* Added CvTs with identifiers and image sizes

* Adds the bibtex references to new and existing CvTs

* Fixed cvt_13 and cvt_21 init.py swaps

* Removed CvT W24 change

* Renamed model identifiers

* Layer Mapping Orchestrator (build:126) (#1437)

* 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]>

---------

Co-authored-by: Katherine Fairchild <[email protected]>
Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Sam Winebrake <[email protected]>
Co-authored-by: LucyV4 <[email protected]>
Co-authored-by: KartikP <[email protected]>
KartikP added a commit that referenced this pull request Nov 8, 2024
* Allow region_layer_map json to be loaded into BrainModel during commitment (#1314)

* Add load_region_layer_map_from_json

* Cleaned up load_region_layer_map_json function and added error handling.

* Replaced print with logging

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Layer Mapping Orchestrator (build:114) (#1399)

* 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]>

* Add layer-mapping workflow to trigger Jenkins (#1361)

* Create map_new_plugins workflow

* Create map_new_plugins workflow

* Change trigger and status checks (#1408)

* Add label change as trigger (#1410)

* Updating sha (#1412)

* Debug map_new_plugins.yml (#1414)

* Remove parsing of status/checks in loop (#1416)

* Quote mismatch fix (#1418)

Recommended by ChatGPT because I got tired of trying to deal with quotes

* Update imagenet paths (#1406)

* update stim path to mounted s3 bucket

* update imagenet csv paths

* Loosen map-new-plugins trigger (#1422)

* Update auto merge workflow to require mapping (#1424)

* Separate map_new_plugins into two jobs and allow re-run (#1426)

* Remove set and use GitHub_output (#1428)

* Update map_new_plugins.yml (#1430)

* remove ' from benchmark id (#1432)

* brain-score.org submission (user:538) | (public:False) (#1434)

* Layer Mapping Orchestrator (build:115) (#1400)

* Add region_layer_map directories with .gitkeep for models: resnet101_imagenet_full resnet152_imagenet_full resnet18_ecoset_full resnet34_ecoset_full resnet50_ecoset_full resnet101_ecoset_full resnet152_ecoset_full

* Add resnet18_ecoset_full.json to region_layer_map for model resnet18_ecoset_full

* Add resnet34_ecoset_full.json to region_layer_map for model resnet34_ecoset_full

* Add resnet50_ecoset_full.json to region_layer_map for model resnet50_ecoset_full

* Add resnet101_imagenet_full.json to region_layer_map for model resnet101_imagenet_full

* Add resnet101_ecoset_full.json to region_layer_map for model resnet101_ecoset_full

* Add resnet152_ecoset_full.json to region_layer_map for model resnet152_ecoset_full

* Add efficientnet_b2_imagenet_full.json to region_layer_map for model efficientnet_b2_imagenet_full

* Add efficientnet_b0_imagenet_full.json to region_layer_map for model efficientnet_b0_imagenet_full

* Add resnet50_imagenet_1_seed-0.json to region_layer_map for model resnet50_imagenet_1_seed-0

* Add resnet50_imagenet_100_seed-0.json to region_layer_map for model resnet50_imagenet_100_seed-0

* Add resnet50_imagenet_10_seed-0.json to region_layer_map for model resnet50_imagenet_10_seed-0

* Add deit_small_imagenet_10_seed-0.json to region_layer_map for model deit_small_imagenet_10_seed-0

* Add deit_small_imagenet_100_seed-0.json to region_layer_map for model deit_small_imagenet_100_seed-0

* Add deit_small_imagenet_full_seed-0.json to region_layer_map for model deit_small_imagenet_full_seed-0

* Add deit_small_imagenet_1_seed-0.json to region_layer_map for model deit_small_imagenet_1_seed-0

* Add deit_base_imagenet_full_seed-0.json to region_layer_map for model deit_base_imagenet_full_seed-0

* Add convnext_small_imagenet_100_seed-0.json to region_layer_map for model convnext_small_imagenet_100_seed-0

* Add efficientnet_b1_imagenet_full.json to region_layer_map for model efficientnet_b1_imagenet_full

* Add convnext_small_imagenet_1_seed-0.json to region_layer_map for model convnext_small_imagenet_1_seed-0

* Add convnext_small_imagenet_10_seed-0.json to region_layer_map for model convnext_small_imagenet_10_seed-0

* Add convnext_small_imagenet_full_seed-0.json to region_layer_map for model convnext_small_imagenet_full_seed-0

* Add convnext_base_imagenet_full_seed-0.json to region_layer_map for model convnext_base_imagenet_full_seed-0

* Add convnext_large_imagenet_full_seed-0.json to region_layer_map for model convnext_large_imagenet_full_seed-0

* Add deit_large_imagenet_full_seed-0.json to region_layer_map for model deit_large_imagenet_full_seed-0

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

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Kartik Pradeepan <[email protected]>

* Adding CvTs (#1436)

* Added CvTs with identifiers and image sizes

* Adds the bibtex references to new and existing CvTs

* Fixed cvt_13 and cvt_21 init.py swaps

* Removed CvT W24 change

* Renamed model identifiers

* Layer Mapping Orchestrator (build:126) (#1437)

* 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]>

* Layer Mapping Orchestrator (build:127) (#1441)

* Add region_layer_map directories with .gitkeep for models: alexnet

* Add alexnet.json to region_layer_map for model alexnet

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: KartikP <[email protected]>

---------

Co-authored-by: Katherine Fairchild <[email protected]>
Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Sam Winebrake <[email protected]>
Co-authored-by: LucyV4 <[email protected]>
Co-authored-by: KartikP <[email protected]>
KartikP added a commit that referenced this pull request Nov 8, 2024
* Allow region_layer_map json to be loaded into BrainModel during commitment (#1314)

* Add load_region_layer_map_from_json

* Cleaned up load_region_layer_map_json function and added error handling.

* Replaced print with logging

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Recommended fix:
- logger
- Path instead of OS
- Avoid cwd

* Layer Mapping Orchestrator (build:114) (#1399)

* 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]>

* Add layer-mapping workflow to trigger Jenkins (#1361)

* Create map_new_plugins workflow

* Create map_new_plugins workflow

* Change trigger and status checks (#1408)

* Add label change as trigger (#1410)

* Updating sha (#1412)

* Debug map_new_plugins.yml (#1414)

* Remove parsing of status/checks in loop (#1416)

* Quote mismatch fix (#1418)

Recommended by ChatGPT because I got tired of trying to deal with quotes

* Update imagenet paths (#1406)

* update stim path to mounted s3 bucket

* update imagenet csv paths

* Loosen map-new-plugins trigger (#1422)

* Update auto merge workflow to require mapping (#1424)

* Separate map_new_plugins into two jobs and allow re-run (#1426)

* Remove set and use GitHub_output (#1428)

* Update map_new_plugins.yml (#1430)

* remove ' from benchmark id (#1432)

* brain-score.org submission (user:538) | (public:False) (#1434)

* Layer Mapping Orchestrator (build:115) (#1400)

* Add region_layer_map directories with .gitkeep for models: resnet101_imagenet_full resnet152_imagenet_full resnet18_ecoset_full resnet34_ecoset_full resnet50_ecoset_full resnet101_ecoset_full resnet152_ecoset_full

* Add resnet18_ecoset_full.json to region_layer_map for model resnet18_ecoset_full

* Add resnet34_ecoset_full.json to region_layer_map for model resnet34_ecoset_full

* Add resnet50_ecoset_full.json to region_layer_map for model resnet50_ecoset_full

* Add resnet101_imagenet_full.json to region_layer_map for model resnet101_imagenet_full

* Add resnet101_ecoset_full.json to region_layer_map for model resnet101_ecoset_full

* Add resnet152_ecoset_full.json to region_layer_map for model resnet152_ecoset_full

* Add efficientnet_b2_imagenet_full.json to region_layer_map for model efficientnet_b2_imagenet_full

* Add efficientnet_b0_imagenet_full.json to region_layer_map for model efficientnet_b0_imagenet_full

* Add resnet50_imagenet_1_seed-0.json to region_layer_map for model resnet50_imagenet_1_seed-0

* Add resnet50_imagenet_100_seed-0.json to region_layer_map for model resnet50_imagenet_100_seed-0

* Add resnet50_imagenet_10_seed-0.json to region_layer_map for model resnet50_imagenet_10_seed-0

* Add deit_small_imagenet_10_seed-0.json to region_layer_map for model deit_small_imagenet_10_seed-0

* Add deit_small_imagenet_100_seed-0.json to region_layer_map for model deit_small_imagenet_100_seed-0

* Add deit_small_imagenet_full_seed-0.json to region_layer_map for model deit_small_imagenet_full_seed-0

* Add deit_small_imagenet_1_seed-0.json to region_layer_map for model deit_small_imagenet_1_seed-0

* Add deit_base_imagenet_full_seed-0.json to region_layer_map for model deit_base_imagenet_full_seed-0

* Add convnext_small_imagenet_100_seed-0.json to region_layer_map for model convnext_small_imagenet_100_seed-0

* Add efficientnet_b1_imagenet_full.json to region_layer_map for model efficientnet_b1_imagenet_full

* Add convnext_small_imagenet_1_seed-0.json to region_layer_map for model convnext_small_imagenet_1_seed-0

* Add convnext_small_imagenet_10_seed-0.json to region_layer_map for model convnext_small_imagenet_10_seed-0

* Add convnext_small_imagenet_full_seed-0.json to region_layer_map for model convnext_small_imagenet_full_seed-0

* Add convnext_base_imagenet_full_seed-0.json to region_layer_map for model convnext_base_imagenet_full_seed-0

* Add convnext_large_imagenet_full_seed-0.json to region_layer_map for model convnext_large_imagenet_full_seed-0

* Add deit_large_imagenet_full_seed-0.json to region_layer_map for model deit_large_imagenet_full_seed-0

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

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Kartik Pradeepan <[email protected]>

* Adding CvTs (#1436)

* Added CvTs with identifiers and image sizes

* Adds the bibtex references to new and existing CvTs

* Fixed cvt_13 and cvt_21 init.py swaps

* Removed CvT W24 change

* Renamed model identifiers

* Layer Mapping Orchestrator (build:126) (#1437)

* 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]>

* Layer Mapping Orchestrator (build:127) (#1441)

* Add region_layer_map directories with .gitkeep for models: alexnet

* Add alexnet.json to region_layer_map for model alexnet

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: KartikP <[email protected]>

* Layer Mapping Orchestrator (build:128) (#1443)

* Add region_layer_map directories with .gitkeep for models: resnet50_tutorial

* Add resnet50_tutorial.json to region_layer_map for model resnet50_tutorial

---------

Co-authored-by: Jenkins <[email protected]>
Co-authored-by: KartikP <[email protected]>

---------

Co-authored-by: Katherine Fairchild <[email protected]>
Co-authored-by: Jenkins <[email protected]>
Co-authored-by: Sam Winebrake <[email protected]>
Co-authored-by: LucyV4 <[email protected]>
Co-authored-by: KartikP <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OOM When unit tests run out of memory trigger-mapping
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants