Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,9 @@ For a better experience, we encourage you to learn more about
|
|
| 47 |
## Pipeline description
|
| 48 |
This system is composed of a ECAPA model coupled with statistical pooling. A classifier, trained with Categorical Cross-Entropy Loss, is applied on top of that.
|
| 49 |
|
|
|
|
|
|
|
|
|
|
| 50 |
## Install SpeechBrain
|
| 51 |
|
| 52 |
First of all, please install SpeechBrain with the following command:
|
|
|
|
| 47 |
## Pipeline description
|
| 48 |
This system is composed of a ECAPA model coupled with statistical pooling. A classifier, trained with Categorical Cross-Entropy Loss, is applied on top of that.
|
| 49 |
|
| 50 |
+
The system is trained with recordings sampled at 16kHz (single channel).
|
| 51 |
+
The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *classify_file* if needed.
|
| 52 |
+
|
| 53 |
## Install SpeechBrain
|
| 54 |
|
| 55 |
First of all, please install SpeechBrain with the following command:
|