Skip to content
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

add alexnet_training_seed_01 for evaluation #1760

Closed

Conversation

ben22020
Copy link
Contributor

No description provided.

@ben22020 ben22020 force-pushed the add_alexnet_training_seed_01- branch from 36206b2 to b82ed44 Compare January 28, 2025 00:58
@ben22020 ben22020 force-pushed the add_alexnet_training_seed_01- branch from 0e3832b to eecee3c Compare January 28, 2025 01:34
@KartikP
Copy link
Collaborator

KartikP commented Jan 28, 2025

Hi @ben22020! Thank you for contributing to Brain-Score. I noticed in your submission that you that specify certain layers to regions.

    layer_mapping = {
    'V1': model.features[0],     # conv1
    'V2': model.features[3],     # conv2
    'features.6': model.features[6],     # conv3
    'V4': model.features[8],     # conv4
    'features.10': model.features[10],  # conv5
    'IT': model.classifier[0],  # fc6
    'classifier.3': model.classifier[3],  # fc7
    }

I was wondering what your intention with this is? As you may have noticed with the automated commit that created the .json file, the mapping procedure identified different layers from your get_layers function. If you intended to manually map layers to regions, let me know and we can get this sorted for you.

@ben22020
Copy link
Contributor Author

ben22020 commented Jan 28, 2025 via email

@ben22020 ben22020 closed this Jan 29, 2025
@ben22020 ben22020 deleted the add_alexnet_training_seed_01- branch January 29, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants