openfl icon indicating copy to clipboard operation
openfl copied to clipboard

An open framework for Federated Learning.

Results 231 openfl issues
Sort by recently updated
recently updated
newest added

#456 Issue linked. Updated the document.

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 ![image](https://user-images.githubusercontent.com/3803396/181684392-fed9f42a-ff76-4dc1-9323-f861b73725b2.png)

Fixes #454 and #455 Collaborator now retries the call to the aggregator if federation connection is lost while sending results from collaborator -> aggregator

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....

Adding Google Colab notebook to the MedMNIST 2D example.

**Describe the bug** Can’t use custom loss or metrics to train a model with `tf.keras.Model` APIs in Director-Based workflow. Configurations: - OpenFL workflow: Director-Based - Model to train: 3D U-Net...

This PR introduces Corrupting Shard Descriptor wrapper. Decorating a Shard Descriptor (SD) class with this function will result in the following: 1. `corrupt` parameter is added to the SD init...

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...