From 0ce518031c716efc70db3e7b10140e1d83a7091c Mon Sep 17 00:00:00 2001 From: Alexey Gruzdev Date: Mon, 13 Dec 2021 17:43:35 +0300 Subject: [PATCH] Fix image in Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10dc284bb7..16fca0fb96 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ OpenFL supports training with TensorFlow 2+ or PyTorch 1.3+ which should be inst [Federated learning](https://en.wikipedia.org/wiki/Federated_learning) is a distributed machine learning approach that enables collaboration on machine learning projects without having to share sensitive data, such as, patient records, financial data, or classified information. The minimum data movement needed across the federation is solely the model parameters and their updates. -![Federated Learning](docs/images/diagram_fl_new.png) +![Federated Learning](https://raw.githubusercontent.com/intel/openfl/develop/docs/images/diagram_fl_new.png) ### Background