-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: improvements for federated learning and QoL #137
base: master
Are you sure you want to change the base?
feat: improvements for federated learning and QoL #137
Conversation
matteo4diani
commented
Nov 18, 2023
- Logger
- Pre-Commit job with auto-format
- Remove dead code
- Centralize duplicated code for losses and utils
- (dcph) Dropout
- (dcph) Activations
- (dcph) Optimizers
- (dcph) Biases
- (dcph) Early init
- (dcph) Tests
The diffs don't resolve with the previous commit. Something is broken. Please only add diffs for federated learning, QoL improvements should be a separate commit. Thanks.. ! |
This PR is just a container to keep track of changes I'm making in my fork, I will propose them in separate PRs. If we can re-open and add a "Do not merge" label it's useful for me to test CI on this repo. |