Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liyu98 committed May 7, 2022
1 parent ec07df1 commit 7caf164
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#### Matrix Standalone (Federated Learning Project)
A simple version of the horizontal federated learning project to achieve image classification learning. This project is simulated locally, and does not involve network communication details and failure processing. It only involves model aggregation functions, which can quickly verify the relevant algorithms and capabilities of federated learning.
The simple version of the horizontal federated learning project to achieve image classification learning. This project is simulated locally, and does not involve network communication details and failure processing. It only involves model aggregation functions, which can quickly verify the relevant algorithms and capabilities of federated learning.

### Operating Manual

Expand All @@ -23,7 +23,7 @@ Receive commands and global models from the server, and use local data to train

##### Functional screenshot

<img src="./doc/image/20220508-022016.jpg" width="930">
<img src="./doc/image/20220508-022016.jpg" width="400">

##### Results screenshot

Expand Down Expand Up @@ -51,12 +51,12 @@ python3 fl_integration.py

##### 功能展示

<img src="./doc/image/20220508-022016.jpg" width="930">
<img src="./doc/image/20220508-022016.jpg" width="400">

##### 结果展示

<img src="./doc/image/acc.jpg" width="930">
<img src="./doc/image/acc.jpg" width="500">

<img src="./doc/image/loss.jpg" width="930">
<img src="./doc/image/loss.jpg" width="500">

_参考资料:联邦学习实战_

0 comments on commit 7caf164

Please sign in to comment.