UCSD-E4E / acoustic-multiclass-training

Data processing and training pipeline for classifying bird species by sound
GNU General Public License v3.0
9 stars 2 forks source link

Pseudo labeling #138

Open benjamin-cates opened 1 year ago

benjamin-cates commented 1 year ago

Something in this branch is causing logger statements to be printed twice and I'm not sure why. It doesn't happen on main 😭

benjamin-cates commented 1 year ago

The most recent commit has a fix for the problem. Calling config.Config() causes the logger to duplicate 😭 . Should prolly store that in the spaghetti code tupperware for later.

benjamin-cates commented 1 year ago

FIXED: Note for later: breaks if class list is None

benjamin-cates commented 1 year ago

Ok one issue I have with this is that if you're just running on pseudo labels it loads the training dataset multiple times even though it's not being used. We need a command line argument or something to specify the kind of fine tuning like "pseudo", "nutella" or "none"

benjamin-cates commented 1 year ago

Sean gonna love this pull request 🥰

Sean1572 commented 1 year ago

I'm concerned that this maybe too big, or may conflict with notela changes as well