Patrick Foley
Patrick Foley
The pytorch kvasir unet CI test has been triggering a CI timeout sporadically in the middle of training: https://github.com/intel/openfl/runs/7525106079?check_suite_focus=true https://github.com/intel/openfl/runs/7524916214?check_suite_focus=true https://github.com/intel/openfl/runs/7510403486?check_suite_focus=true 
A user has reported that if the network connection is lost during the GetAggregatedTensor RPC call from a collaborator to the aggregator, the collaborator cannot successfully reconnect after the outage....
A user has reported that if the network connection is lost during the SendLocalTaskResults RPC call from a collaborator to the aggregator, the collaborator cannot successfully reconnect after the outage....
The interactive API is currently intended for environments where the user wishes to do frequent experimentation without needing to redistribute the workload manually. To make the interactive API safer for...
Building off of the recent JAX linear regression example (https://github.com/intel/openfl/pull/443), it would be good to demonstrate a NN example, but with a higher level framework such as Flax (https://github.com/google/flax)
At the end of a round, the aggregator currently calls a set sequence of functions to compute the aggregation of the collaborator models and task metrics. This aggregation procedure is...
Recently, OpenFL has expanded the types of custom aggregation functions that can be computed on collaborator models. Some participants from the FeTS Challenge had complex aggregation strategies they wished to...
OpenFL should provide an option to save a log of the TensorDB after failure or when a user hits `Ctrl-C`, This will make debugging aggregated values significantly easier and allow...
This PR: - Updates Ray dependency for Workflow API to 2.9.2 - Removes the extra requirements file from the MedMNIST example