Skip to content

Commit

Permalink
add examples into architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Marchons <[email protected]>
  • Loading branch information
Yoda-wu committed Sep 12, 2024
1 parent b590036 commit 17dc163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Federated incremental learning is a special kind of federated learning. However

Sedna is a edge-cloud collaborative training AI framework. It support federated learning ability. Base on Sedna, we can have a simple federated learning architecture:

![image-20240909194418085](FCI_SSL_image/federated_learning_architecture)
![image-20240912171642528](FCI_SSL_image/federated_learning_architecture)

##### Implementation Detail

Expand Down Expand Up @@ -219,7 +219,7 @@ We will leverage the existed *TestEnvManager*, *TestCaseController* and *StoryMa

The overall architecture is shown as follow:

![image-20240909194437318](FCI_SSL_image/architecture_design)
![image-20240912172517676](FCI_SSL_image/architecture_design)

##### Implementation Detail

Expand Down Expand Up @@ -443,7 +443,7 @@ $$

#### 3.5.1 Federated Learning Example

Base on the architecture above, If user want to implement a federated learning algorithm, they can following the below instruction:
Base on the architecture above, If user want to implement a federated learning algorithm, ![image-20240912171635194](Federated Class-Incremental and Semi-Supervised learning Proposal.assets/image-20240912171635194.png)they can following the below instruction:

example path: `example/cifar100/federeated_learning/fedavg`

Expand Down

0 comments on commit 17dc163

Please sign in to comment.