#birdclef-2026
1 messages Β· Page 1 of 1 (latest)
Lets talk
Okay, you can message me via DM.
Hi,
I am an AI engineer with over 2 years of experience in this domain. I am looking for a team or teammate for this competition.
Interested person, please dm me.
feedback appreciatedhttps://www.kaggle.com/code/suhanigupta04/birdclef-2026
Hello everyone, I am looking for a mentor or collaborator for this competition. If anybody is looking for a team mate then ping me. I am beginner who has built some basic machine learning models.
"Hi everyone! Iβm a complete beginner to Kaggle and Bioacoustics. I have zero prior experience with these algorithms, but I have a lot of time to dedicate to this project. I'm looking for a mentor-style team where I can help with data cleaning, researching species behavior, or running experiments while I learn the technical side. I'm honest about my starting point and just want to contribute however I can!
Hi, I have a couple of questions about what's allowed in this competition:
-
Is it allowed to query an external API like pygbif during the notebook runtime to retrieve the full taxonomical hierarchy (class, order, family, genus) for the target species, and use that structure as part of the model architecture?
-
Is it allowed to use more than one model serving different purposes within the same notebook? For example, a first model to filter out unclassifiable clips, and a second model to actually classify the remaining ones.
Thanks!
- You can't query external APis in the submission notebook because you must have internet access turned off, as long as you do that in prep / training notebooks, it's fine
- Sure, they don't specify a maximum number of models, so as long as your notebook finishes within the time limit, I don't see a problem with that
I think there is two main approaches up to this point.
- Using pretrained Google Perch and fine-tuning/expanding with this competition.
- Using a pretrained Image based CNN backbone (Class BirdModel) to extract features and train a classifier on top.
The most voted code is blending this two methods, but I don't yet understand how or why. Am I wrong? I also saw someone using attention heads, but this might be too complicated for me.
What approach would you recommend for a relative beginner?
Just out of curiosity, how long are you usually waiting for your score when submitting the inference notebook? I'm wondering whether I should try to implement a faster approach.
hey, has anyone compared the performance of a CNN vs Perch, which one is better?
Have one advice.
Kaggle already have birdclef in 2021, 2022, 2023, 2024, 2025, 2026 so you can see notebooks and take some hints from it. Wish you success guys!
If you want to know birdclef is only for birds, but birdclef + for birds and other animals.
Mine keeps timing out at 10mins. So irritating. My model aint even that crazy lol.
Actually, does anyone know how many data points are in the hidden test set?
If it times out so quickly make sure youβre not running an accelerator while submitting
I had that problem too until I realised
The test data has 600 soundscapes
But the public leaderboard is calculated on 34% so Iβm not sure whether the whole test data has 600, or did they just mean the public leaderboard amount
Wait how come?, does an accelerator slow down the test or smth
GPU notebook submissions are disabled in general, you can submit but will only have 1min of runtime
i had the same problem, my notebook would get timeout after 5-10min
Ah sick. That makes sense. Cheers. I probably should have read the rules a bit better π
check my bio π
check my bio π
Hi, I have a 0.930 pipeline, Looking for team mates for this competition.
I am interested to your team
Hi everyone, can someone help me, I tried submitting my notebook, the notebook itself runs successfully but the scoring times out, I turned the internet off and I'm not using any GPU. What might be the issue?
Your notebook needs to predict 600 soundscapes, have you checked that it can do that in 90 minutes?
When I run it on Kaggle, it takes about 40 minutes
The 600 test soundscapes are only available during scoring, when your notebook runs in 40 minutes it doesn't see them yet (probably just a small subset of the train soundscapes). Most public notebooks run in less than 10 minutes before scoring.
Try to use ONNX powered inference
Check my bio π
Thanks I will try your suggestions!
Hello,
My notebook is perfectly running and predicting the labels of the training set but when I submit it does not find or detect any test files and the test directory is always empty.
Can you please help?
Your Notebook should not be throwing an error, because the test set is only populated at submission.
The notebook has run perfectly when I check the logs.
But when I set the test_soundscapes directory as a path for the data at submission it does not detect any ogg files in it.
Something like it did not get populated and I am still in the training and work environment instead of the test and submit.
So what to do?
it's empty until you submit it to the competition
I understand what you are saying but when I add a debugging print statement to check all the files in the submission and check it from the logs, I have the following:
134.4s 270 Found 1 files/directories in /kaggle/input/competitions/birdclef-2026/test_soundscapes:
134.4s 271 - readme.txt
so where to find the 600 .ogg files? or what path to use in the submitted notebook to have the prediction generated?
There are 2 stages to submit a notebook:
- Save and run all: at this stage the notebook sees no .ogg files in the test_soundscapes folder. Usually there are some dummy files, but for this competition there didn't put any. So to work around that, most public notebooks detect that there are no files and use a few train_soundscapes instead
- Submit to competition: the notebook is run again, this time with 600 .ogg files in the test_soundscapes folder. It needs to use those files and generate a submission file from them.
You can check some public notebook to see how they handle this quirk.
Hello everyone .I looking for team to be a part of competitions .. But I'm begginar . I came here to learn new things. I have good patience to be in teamwork. How to be part of competitions please anyone help me ..
Hello, is there any Italian who is attending this competition?
I understand that,
After submitting to competition and when the notebook runs again the 600 files are still not there and it is only the text file.
Will it help if I record a video and post it here or is there a better place to share the technical information?
Should I contact the kaggle support instead?
π¨ STOP sending boring CVs.
If you want your dream career, you need to stop using basic AI and start using the STAR Method.
I made a quick reel showing:
β
How to turn a "Boring CV" into a "Selected" CV.
β
The prompt that Senior Recruiters actually love.
β
The #1 mistake that gets you rejected immediately.
Get the prompt here:
https://www.instagram.com/reel/DYOrbw3zcxI/?igsh=MTAzdTg0dzQ1dTFnbg==
Anyone struggling in Consistency and want to learn together.
DM me.
Hey guys, does anyone know if mixup helps with improving the performance of the model, I am using Perch + MLP + Late fusion with perch meta. I wanted to add Mixup, but it hurt the LB. In the discussions, I am getting mixed feedbacks, does anyone know how and when to use it?
Please upvote these notebooks if you like , this is about how to do graph optimisations , operator fusions etc from onnx on models like distilbert and gpt2
https://www.kaggle.com/code/kureeltanishq/operator-fusion-by-onnx-distilbert
https://www.kaggle.com/code/kureeltanishq/using-onnx-optimum-to-benchmark-gpt2
https://www.kaggle.com/code/kureeltanishq/quantization-tradeoff-analysis