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

Does the submission of pytorch models require "logit" layer in them? #16

@chengxuz

Description

@chengxuz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions