Skip to content

Commit

Permalink
Merge pull request #5433 from FederatedAI/feature-2.0.0-update_doc
Browse files Browse the repository at this point in the history
edit doc: update performance data of hetero_nn
  • Loading branch information
dylan-fan committed Dec 30, 2023
2 parents 1368ad1 + f756aa2 commit bb6de87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
> Algorithm Performance Improvements: (Comparison with FATE-v1.11.*)
* PSI (Privacy Set Intersection): tested on a dataset of 100 million with an intersection result of 100 million, 1.8+ times of FATE-v1.11.4
* Hetero-SSHE-LR: tested on data of guest 10w * 30 dimensions and host 10w * 300 dimensions, 4.3+ times of FATE-v1.11.4
* Hetero-NN(Based on FedPass Protocol): tested on data of guest 10w * 30 dimensions and host 10w * 300 dimensions, basically consistent with the plaintext performance, 56+ times of FATE-v1.11.4
* Hetero-NN(Based on FedPass Protocol): tested on data of guest 10w * 30 dimensions and host 10w * 300 dimensions, basically consistent with the plaintext performance, 143+ times of FATE-v1.11.4
* Hetero-Coordinated-LR: tested on data of guest 10w * 30 dimensions and host 10w * 300 dimensions, 1.2+ times of FATE-v1.11.4
* Hetero-Feature-Binning: tested on data of guest 10w * 30 dimensions and host 10w * 300 dimensions, 1.5+ times of FATE-v1.11.4

Expand Down
2 changes: 1 addition & 1 deletion doc/2.0/fate/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Testing configuration:
| ------------------------| ---------------------------------------- | --------------------------- | ------------------ |
| PSI | 50m54s | 1h32m20s | 1.8x+ |
| Hetero-SSHE-LR | 4m54s/epoch | 21m03s/epoch | 4.3x+ |
| Hetero-NN | 52.5s/epoch(based on FedPass protocol) | 2940s/epoch | 56x+ |
| Hetero-NN | 2.425s/epoch(based on FedPass protocol) | 347s/epoch | 143x+ |
| Hetero-Coordinated-LR | 2m16s/epoch | 2m41s/epoch | 1.2x+ |
| Hetero-Feature-Binning | 1m08s | 1m45s | 1.5x+ |

0 comments on commit bb6de87

Please sign in to comment.