We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b581ed4 commit 5b0d7bcCopy full SHA for 5b0d7bc
nemo_asr/calculate_rtf.py
@@ -4,6 +4,8 @@
4
This script performs a forward pass on an NeMo ASR models and measures its real-time factor (RTF).
5
RTF is a metric used to evaluate the processing speed of ASR models.
6
7
+# audio has to be a mono wav file with 16kHz sample rate
8
+
9
Parameters:
10
--model: ASR model name or path to the model checkpoint file.
11
--decoding_type: Type of decoding to use (ctc or rnnt).
0 commit comments