Request for Detailed Layer-by-Layer Architecture of BirdNET v2.4 #607
Unanswered
AdrienDeverin
asked this question in
Q&A
Replies: 2 comments
-
To see inside the model, you can load it to https://netron.app/ and it will show you the internals, perhaps that helps? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Indeed, it helps, thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm currently working with BirdNET v2.4 and am interested in gaining a deeper understanding of its internal structure. While I am aware that the model generally follows a pipeline that includes audio preprocessing (conversion to a log-Mel spectrogram), several convolutional blocks, a global pooling layer, and fully connected layers leading to the output, I have not been able to find detailed, layer-by-layer documentation.
Specifically, I am looking for:
If anyone has access to a detailed breakdown or can point me toward any documentation or publications that include this level of detail, I would greatly appreciate it. This information would be extremely valuable for my research/integration efforts.
Thank you for your time and assistance!
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions