brain-score / vision

A framework for evaluating models on their alignment to brain and behavioral measurements (50+ benchmarks)
http://brain-score.org
MIT License
129 stars 79 forks source link

Remove layer map discovery log warning #1476

Open KartikP opened 4 days ago

KartikP commented 4 days ago

Previously, we had some logging for when layer mapping could not be loaded. This logging made it seem like there was an actual error rather than a warning/info. See example here: https://github.com/brain-score/vision/issues/533#issuecomment-2457429854

Decided to remove the logging entirely to be consistent with previous version of ModelCommitment. I.e., if no region layer map was provided, it would just silently continue the way it was before.

Additionally, local development (i.e., without placing the model in /models/) also works but the Error makes it seem like it did not. See below:

image