You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
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 brain-score/vision#262).
The text was updated successfully, but these errors were encountered:
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 brain-score/vision#262).
The text was updated successfully, but these errors were encountered: