-
Notifications
You must be signed in to change notification settings - Fork 83
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
add alexnet_training_seed_01 for evaluation #1760
Conversation
36206b2
to
b82ed44
Compare
0e3832b
to
eecee3c
Compare
Hi @ben22020! Thank you for contributing to Brain-Score. I noticed in your submission that you that specify certain layers to regions.
I was wondering what your intention with this is? As you may have noticed with the automated commit that created the |
Hey Kartik, thanks for reaching out! I saw the .json file in past pull
requests and thought that meant I had to explicitly map them in my
submission. I will fix that later today.
…On Tue, Jan 28, 2025 at 8:37 AM Kartik Pradeepan ***@***.***> wrote:
Hi @ben22020 <https://github.com/ben22020>! Thank you for contributing to
Brain-Score. I noticed in your submission 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.
—
Reply to this email directly, view it on GitHub
<#1760 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMADHERFUFOOWDRGPAQ7HCL2M6P23AVCNFSM6AAAAABV7IHF4CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJZGM2TEMJVGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
…n22020/vision into add_alexnet_training_seed_01- add autocommit mapping
No description provided.