Patrick Foley

Results 31 issues of Patrick Foley

By default, dependabot scans all python dependencies and requirements.txt files in the repository. ~95% of these are for examples, which trigger false positives for vulnerable packages that have low potential...

Most of OpenFL functions are documented already, but this task involves making sure that they are all complete and up to date. After that is done, suggest using `sphinx-apidoc` to...

At least two OpenFL tutorials from MICCAI 2022 are failing: 1. 2D MedMNIST - https://github.com/intel/fl-tutorial/blob/gh-pages/tutorial_notebooks/Tutorial_1_Medmnist_2D.ipynb 2. OpenFL GaNDLF tutorial - https://github.com/intel/fl-tutorial/blob/gh-pages/tutorial_notebooks/Tutorial_3_GaNDLF_OpenFL_tutorial.ipynb Steps to reproduce: 1. Go to either of the...

hackathon

The GaNDLF Task Runner currently expects the training and validation CSV files to be passed through the TaskRunner, which is staticly set in the plan. This has the downside of...

This task involves adding support for PyTorch 2.0+ in the existing [PyTorchTaskRunner](https://github.com/securefederatedai/openfl/blob/develop/openfl/federated/task/runner_pt.py). Certain models during the forward pass may fail due to major changes in the `torch.compile(...)` method.

hackathon

This task involves creating specific documentation for GaNDLF for both: 1. Simulation (single node experimentation) 2. Multi node federations The GaNDLFTaskRunner uses the Aggregator Based Workflow, so this documentation should...

When using the new experimental workflow interface in a jupyter notebook, an error produced at any point during execution may lead to an AST parsing error when calling `flow.run()`. The...

grpcio 1.48.2 throw a glibc error on Raspberry Pi installation. This change will still install 1.48.2 by default, but allow for user downgrades afterwards Closes https://github.com/intel/openfl/issues/727