How to get the best wer like kaldi

  In kaldi, when decoding the test dataset, we can obtain the score file and the best wer. About DeepSpeech, how can I get the decode's results of test_files? When I finish my train, I don't know how to test?

Thank you for everyone.

At the end of the training run you should see a test epoch containing a WER report, unless you’re passing --test False.

Sorry, I don’t find a file about WER report, I want to know every sentence’s wer. By the way, when I set --train False --test True , does it mean decode? it also takes much time .