-
Notifications
You must be signed in to change notification settings - Fork 230
FedCurv algorithm #167
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
FedCurv algorithm #167
Conversation
Jenkins please retry a build |
openfl-tutorials/interactive_api/PyTorch_Histology_FedCurv/envoy/histology_shard_descriptor.py
Outdated
Show resolved
Hide resolved
openfl-tutorials/interactive_api/PyTorch_Histology_FedCurv/envoy/histology_shard_descriptor.py
Outdated
Show resolved
Hide resolved
openfl-tutorials/interactive_api/PyTorch_Histology_FedCurv/envoy/histology_shard_descriptor.py
Outdated
Show resolved
Hide resolved
openfl-tutorials/interactive_api/PyTorch_Histology_FedCurv/envoy/histology_shard_descriptor.py
Outdated
Show resolved
Hide resolved
params: | ||
data_folder: histology_data | ||
rank_worldsize: $i,8 | ||
" > $i/envoy_config.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well done 👍
Co-authored-by: Igor Davidyuk <[email protected]>
Co-authored-by: Igor Davidyuk <[email protected]>
Co-authored-by: Igor Davidyuk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure data is downloaded and used correctly with a new path
openfl-tutorials/interactive_api/PyTorch_Histology_FedCurv/envoy/populate_envoys.sh
Outdated
Show resolved
Hide resolved
@igor-davidyuk Re-launched experiment and data is being split and loaded properly. |
Implements "Federated Curvature" algorithm from paper: Overcoming Forgetting in Federated Learning on
Non-IID Data.
Closes #66.