-
Notifications
You must be signed in to change notification settings - Fork 83
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
Get individual layer score #1297
Comments
Hi @amirozhan, thanks for opening an issue. Right now you can do this by forcing Brain-Score to run only on one layer: In your |
Hi @mike-ferguson, thanks for your quick response. I am already doing this approach, however, it requires a lot of processing time and memory. I wanted to see if there is a shortcut to get scores per layer. |
Ah I see. Off the top of my head, I do not know a way to do what you are after - @mschrimpf any thoughts on how this could be done? |
Hi @amirozhan, you can use the vision/brainscore_vision/model_helpers/brain_transformation/neural.py Lines 128 to 131 in ab77a21
|
Hello, is it possible to get individual layer scores when running on vision benchmarks? (Instead of getting the best score)
The text was updated successfully, but these errors were encountered: