Open benjamin-cates opened 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.
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"
Sean gonna love this pull request 🥰
I'm concerned that this maybe too big, or may conflict with notela changes as well
Something in this branch is causing logger statements to be printed twice and I'm not sure why. It doesn't happen on main ðŸ˜