-
Notifications
You must be signed in to change notification settings - Fork 0
95/23 Add San Diego Experiments and XC downloader #96
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
Open
Sean1572
wants to merge
22
commits into
dev
Choose a base branch
from
few_shot_experiments
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added some experimental inferance pipeline Needed this to test unseen burrowing owl dataset. Will help alot with getting data formatted correctly * Add testing code for loading in models for inferance * feat: add inferance pipeline * Block CSVs from commits * Move visualization packages to optional dependecy * Clean code (remove comments and remove run_spefific code from library) * Clean up timm_model * Add BirdMAE Model Training
This was
linked to
issues
Oct 17, 2025
Collaborator
Author
|
Merge only after merging inference pipeline see #88 |
BUG NOTICE: Continue broke inferance in waveform_preprocessors.py... need to rethink how addressing corrutpted audio files works in model training. Maybe replace with empty data so it doesn't break training?
Member
|
@Sean1572 was thinking of merging this before doing the push to main, but there's merge conflicts with the dev branch. i believe mainly with the inference script, train script, and trainer script, and raw data extractor etc. maybe this could be resolved by putting all the revised ones needed in a jupyter notebook in an example folder? |
Sean1572
commented
Jan 14, 2026
whoot_model_training/whoot_model_training/preprocessors/waveform_preprocessors.py
Outdated
Show resolved
Hide resolved
Linted most the model_trainer with flake8 and some of data downloader, realized that data downloader needs a major code clean up
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.