How can i check WER from my inference results?

Sir if we have getting well known inference results(99% accuracy) and i have predefined results also. how can i check WER for my inference results?

in,
pip3 install deepspeech
(or)
native_client/python/client.py

via we have to run inference. but no WER module found?

but in DeepSpeech.py testing ( Scoring or evaluation inference of Model trained with DeepSpeech )

You need to make labels for all files you infer and then catch deepspeech output and transfer it to wer_cer_batch(originals, results).

we have wer_cer_batch(originals, results).

is this enough for calculating WER from my inference Vs original predefined.

sir help me. thank you sir. :slightly_smiling_face:

i succeeded. thanks.