This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Description
I have prepared my models following the example AlexNet script. It seems to pass most of the tests until the logit behavior one, according to which the length of the "neuroid" is not at 1000 (error message from here). The line above this line seems to extract the responses at the layer "logits", which would not work for my models at all and I also don't think would work for a lot of models, as they don't have the layer in this exact name. Is it possible to remove this check? Does this failure mean that the model cannot be submitted to Brain-score?
Best,
Chengxu