Patrick Foley
Patrick Foley
In the initial release of the workflow interface, the `LocalRuntime` has two backends that can be used that define how the experiment is executed on a single node: The default...
Document minimum network bandwidth for Aggregator / Collaborator, Director / Envoy experiments Closure of this task involves: - Profiling existing tutorials (Aggregator/Collaborator, Director/Envoy) to understand minimum bandwidth required - Document...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Customers have expressed a desire for a minimum acceptable hardware configuration for various workloads. This task involves: - Starting with 3 OpenFL tutorials (pytorch, tensorflow, jax), Profile how long it...
This PR: - Makes changes to the `PyTorchTaskRunner` to wrap user `train_` and `validate_` functions. The impact of this is that for basic examples (including the quickstart), users don't need...
User in slack channel reported issue related to aggregator freezing when using `gramine-sgx`. Closure of this task involves: - Reproducing behavior - If confirmed issue, implement fix - If not...
./openfl/experimental/protocols/utils.py:46:20: F821 undefined name 'ModelHeader' model_header = ModelHeader( ^ ./openfl/experimental/protocols/utils.py:77:13: F[8](https://github.com/securefederatedai/openfl/actions/runs/9398049127/job/25882583649?pr=980#step:5:9)21 undefined name 'TensorProto' TensorProto( ^
Sometime within the last week each of the pretrained DiGress checkpoints were unposted from SwitchDrive: Planar: https://drive.switch.ch/index.php/s/hRWLp8gOGOGFzgR MOSES: https://drive.switch.ch/index.php/s/DBbvfMmezjg6KUm SBM: https://drive.switch.ch/index.php/s/rxWFVQX4Cu4Vq5j GuacaMol: https://drive.switch.ch/index.php/s/jjM3pIHdxWrUGOH Would it be possible to repost the...
### Discussed in https://github.com/securefederatedai/openfl/discussions/1016 Originally posted by **hwpang** July 31, 2024 Hi, I'm a new user to OpenFL and am going through the Quick Start example at https://openfl.readthedocs.io/en/latest/get_started/quickstart.html. I was...
This PR: - Represents a first in a tutorial series on demystifying federated learning - which will walk through the considerations when implementing an FL framework at a low level...