-
Notifications
You must be signed in to change notification settings - Fork 80
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
Adding CvTs #1436
Conversation
Looks like |
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 |
There was a problem hiding this 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.
|
Removed the bibtex from the W24 model as it was before my PR |
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? |
@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. |
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 |
@LucyV4 To explain the situation at hand, earlier in the year, another user had submitted 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, Once that's done, I'll let tests run again, and then merge this for you so you can get scores for your models. |
* 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]>
* 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]>
* 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]>
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