Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* email fix for score_plugins workflow (#581) * Emails passed to jenkins * Update .github/workflows/score_new_plugins.yml Co-authored-by: Katherine Fairchild <[email protected]> * fix deprecated set output --------- Co-authored-by: Katherine Fairchild <[email protected]> * add eBarlow_Vanilla to models (#587) Co-authored-by: AutoJenkins <[email protected]> * add eBarlow_lmda_01 to models (#588) Co-authored-by: AutoJenkins <[email protected]> * add cornet_s_0_0_0 to models (#589) Co-authored-by: AutoJenkins <[email protected]> * add unet_ethan to models (#590) Co-authored-by: AutoJenkins <[email protected]> * add unet_ethan to models (#591) Co-authored-by: AutoJenkins <[email protected]> * Revert "add unet_ethan to models (#591)" (#594) This reverts commit c89059e. * Revert "add unet_ethan to models (#590)" (#595) This reverts commit 9a8774a. * Transfer plugin information by artifact for scoring runs (#592) * upload and download json artifact between jobs * fix testing changes * brain-score.org (user:514) | Add new plugin(s): models: [cornet_s_0_0_0 cornet_s_0_1_0] | (public:False) (#603) * add cornet_s_0_0_0 to models * add cornet_s_0_1_0 to models --------- Co-authored-by: AutoJenkins <[email protected]> * Add microsaccades: interface and default model helper (#492) * integrate brain-score/model-tools#75 to brain-score/vision * add exception for when temp file write fails * fix error with tf temp file management * add bandaid to a DataAssembly index problem * move microsaccades to the model side * update comments * remove indexing bug * fix bug with activations.shape * Apply suggestions from code review Co-authored-by: Martin Schrimpf <[email protected]> * Delete brainscore_vision/data/scialom2024/__init__.py * address review changes * remove needless import * fix bug with temporary file handling test * assume number_of_trials=1 and require_variance=False when getting stored activations * fix bug with access to ActivationsExtractorHelper.set_visual_degrees * move extractor calls to ModelCommitment generic * add check for whether activations_model exists * fix bug with TestVisualDegrees * add link to BrainModel issue * remove shifts from stimulus set packaging * change link signatures * change microsaccade call signature * microsaccades are now computed on both a pixel and degree basis * Apply suggestions from code review Co-authored-by: Martin Schrimpf <[email protected]> * fix outdated comments, type hints, etc. * change function call to reduce repetition * add kwargs to microsaccade helpers * refactor microsaccade usage to their own class to improve readability * refactor microsaccade coords into MicrosaccadeHelper * refactor microsaccade building * change the way MultiIndex is set * fix tf/pytorch/keras bug with image shape calculation * cv2 reshaping in translate * add test for exact microsaccades * fix microsaccade indexing * rename test to be in line with current naming * add require_variance to _from_paths_stored * reduce unnecessarily long test times by reducing the number of trials tests run for, while keeping the test the same --------- Co-authored-by: Martin Schrimpf <[email protected]> * Use MajajHong2015public.IT instead of mock data (#585) * Changed _MockBenchmark to new format * revert ceiler back to martin's suggestion * implemented MockBenchmark to use MJ2015 Public --------- Co-authored-by: Katherine Fairchild <[email protected]> Co-authored-by: AutoJenkins <[email protected]> Co-authored-by: Ben Lonnqvist <[email protected]> Co-authored-by: Martin Schrimpf <[email protected]> Co-authored-by: Michael Ferguson <[email protected]>
- Loading branch information