-
Notifications
You must be signed in to change notification settings - Fork 4
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
Pseudo labeling #138
base: main
Are you sure you want to change the base?
Pseudo labeling #138
Conversation
Something in this branch is causing logger statements to be printed twice and I'm not sure why. It doesn't happen on main 😭 |
The most recent commit has a fix for the problem. Calling |
FIXED: Note for later: breaks if class list is None |
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" |
* Initial debias testing * Fix labeled sample DL crashing * Add infer map * Add PCEN * Oops * Oops2 * Merge fixes (oops) * Move debiasPL to own file * Improve resampling of train set on debiasPL * Remove logging from pseudolabel.py * Pylint 🥰
I'm concerned that this maybe too big, or may conflict with notela changes as well |
No description provided.