Skip to content
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

Open
wants to merge 71 commits into
base: main
Choose a base branch
from
Open

Pseudo labeling #138

wants to merge 71 commits into from

Conversation

benjamin-cates
Copy link
Contributor

No description provided.

@benjamin-cates benjamin-cates changed the title Pseudo labelling within epochs Pseudo labelling between epochs Aug 6, 2023
@benjamin-cates
Copy link
Contributor Author

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
Copy link
Contributor Author

benjamin-cates commented Aug 6, 2023

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
Copy link
Contributor Author

benjamin-cates commented Aug 6, 2023

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

@benjamin-cates
Copy link
Contributor Author

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 and others added 2 commits August 10, 2023 14:41
* 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 🥰
@benjamin-cates benjamin-cates changed the title Pseudo labelling between epochs Pseudo labeling Aug 14, 2023
@Sean1572
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants