forked from secretflow/secretflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
【OSCP】[PyTorch]在 SecretFlow 中实现水平联邦 Audio classification example (sec…
…retflow#953) * docs: add audio classfication example based PyTorch in FL * refactor: black notebook * docs:add document in the example of pytorch_audio_classification.ipynb * refactor: black notebook * docs: modify tutorial * docs: add example of audio classification based PyTorch in FL
- Loading branch information
1 parent
c47bb38
commit 1a295f4
Showing
4 changed files
with
2,968 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
example of horizontal federated learning for audio classification task implemented by PyTorch. |
13 changes: 13 additions & 0 deletions
13
...les/app/h_audio/h_pytorch_classification/pytorch_audio_classification/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# PyTorch audio classification task | ||
|
||
## Introduction | ||
|
||
This example demonstrates how to use SecretFlow to train a CNN model to classify audio based PyTorch.; | ||
|
||
## Run | ||
``` | ||
python pytorch_audio_classification.py | ||
``` | ||
|
||
## References | ||
- [pytorch_audio_classification](https://learn.microsoft.com/zh-cn/training/modules/intro-audio-classification-pytorch/) |
Oops, something went wrong.