Mirco commited on
Commit
550305d
1 Parent(s): 751855c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ For a better experience, we encourage you to learn more about
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
 
 
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. Make sure your input tensor is compliant with the expected sampling rate if you use *encode_batch* and *classify_batch*.
52
 
53
  ## Install SpeechBrain
54