Open mschrimpf opened 3 years ago
The current LogitsBehavior implementation assumes that the fitting_stimuli will just be the string "imagenet". We should remove this restriction and instead fit a linear classifier to the features in response to the fitting stimuli (see https://github.com/brain-score/brain-score/issues/262).
problem with this: we would have to provide the ImageNet training set for classifier fitting which is 140G. So likely we cannot provide it via BrainIO but have to point to it via direct filepath.
The current LogitsBehavior implementation assumes that the fitting_stimuli will just be the string "imagenet". We should remove this restriction and instead fit a linear classifier to the features in response to the fitting stimuli (see https://github.com/brain-score/brain-score/issues/262).