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:
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: