-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BCOTrainer version upgrade fixes #2867
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
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@claralp we will need to add joblib as a dependency? |
@kashif yes, but could use pickle as alternative if you prefer. Just BCO with UDM needs this |
Well, IMO using joblib is a good idea because it supports pickle with compression with just a line of code. So complexity is reduced. But it can also be a good idea to reduce the number of external dependencies. On the other side joblib is a very common dependency. So @kashif should decide this. What do you think? |
@claralp since we do not get a response here my suggestion would be to just add joblib to the dependencies so the CI is green. A green CI hopefully then catches enough attention and some progress. |
@kashif since I got no reply, I just added the job lib library now everywhere were sklearn is required as well |
yes we can add the requirements to a |
9ca8416
to
977e5e1
Compare
- fix serialization of UDM classifier - accelerate.gather not hanging on empty lists anymore - convert delta to tensor before logsigmoid - do not update delta value in eval mode
977e5e1
to
353cec3
Compare
Co-authored-by: Clara Luise Pohland <[email protected]>
Co-authored-by: Clara Luise Pohland <[email protected]>
What does this PR do?
This PR fixes to some issues that I identified with the BCOTrainer on the latest version upgrade:
Let me know if you have any questions
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines. - changes do not affect docs
Who can review?
@kashif @qgallouedec