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

Extract activation from lower audio layers #90

Open
seunggookim opened this issue Jun 15, 2022 · 1 comment
Open

Extract activation from lower audio layers #90

seunggookim opened this issue Jun 15, 2022 · 1 comment

Comments

@seunggookim
Copy link

Hi, I was wondering how I can extract activations from the lower audio layers. I guess "embeddings" are the same as "MaxPool_3"? and if that's correct, then "MaxPool", "MaxPool_1", and "MaxPool_2" corresponds to the first, second, and third max-pooling layers in the Audio ConvNet as explained in Arandjelovic and Zisserman 2018 (https://arxiv.org/abs/1712.06651)?

@auroracramer
Copy link
Collaborator

That sounds right! You should be able to construct a new model stopping at the appropriate level and selectively load the model weights up to that layer from the existing ones. If you wanted, you could also swap out the output max pooling layer if you wanted to play around with further downsampling the embedding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants