Training and just running inference
Python:3.6.9
OS Platform and Distribution:18.04.1-Ubuntu
TensorFlow: v2.3.0-6-g23ad988
DeepSpeech: v0.9.3-0-gf2e9c85
(deepspeech-train-venv) root@ip-10-0-1-86:DeepSpeech# python3 DeepSpeech.py --epochs 10 --alphabet_config_path data/alphabet_zh.txt --test_files /data/CV/zh/clips/test.csv --train_files /data/CV/zh/clips/train.csv
I Could not find best validating checkpoint.
I Could not find most recent checkpoint.
I Initializing all variables.
I STARTING Optimization
Epoch 0 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 47.253460
Epoch 1 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 7.184163
Epoch 2 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.898287
Epoch 3 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 5.426113
Epoch 4 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.878400
Epoch 5 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.356960
Epoch 6 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.224484
Epoch 7 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.225007
Epoch 8 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 4.006283
Epoch 9 | Training | Elapsed Time: 0:00:12 | Steps: 3 | Loss: 3.806337
I FINISHED optimization in 0:02:14.722819
I Could not find best validating checkpoint.
I Loading most recent checkpoint from /root/.local/share/deepspeech/checkpoints/train-30
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/bias
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/kernel
I Loading variable from checkpoint: global_step
I Loading variable from checkpoint: layer_1/bias
I Loading variable from checkpoint: layer_1/weights
I Loading variable from checkpoint: layer_2/bias
I Loading variable from checkpoint: layer_2/weights
I Loading variable from checkpoint: layer_3/bias
I Loading variable from checkpoint: layer_3/weights
I Loading variable from checkpoint: layer_5/bias
I Loading variable from checkpoint: layer_5/weights
I Loading variable from checkpoint: layer_6/bias
I Loading variable from checkpoint: layer_6/weights
Testing model on /data/CV/zh/clips/test.csv
Test epoch | Steps: 3 | Elapsed Time: 0:00:01
Test on /data/CV/zh/clips/test.csv - WER: 1.000000, CER: 1.000000, loss: 3.772484
Best WER:
WER: 1.000000, CER: 1.000000, loss: 4.271754
- wav: file:///data/CV/zh/clips/nihao.wav
- src: “你好”
- res: “”
WER: 1.000000, CER: 1.000000, loss: 4.006919
- wav: file:///data/CV/zh/clips/tuzi.wav
- src: “兔子”
- res: “”
WER: 1.000000, CER: 1.000000, loss: 3.038779
- wav: file:///data/CV/zh/clips/mao.wav
- src: “猫”
- res: “”
Median WER:
WER: 1.000000, CER: 1.000000, loss: 3.038779
- wav: file:///data/CV/zh/clips/mao.wav
- src: “猫”
- res: “”
Worst WER:
WER: 1.000000, CER: 1.000000, loss: 4.271754
- wav: file:///data/CV/zh/clips/nihao.wav
- src: “你好”
- res: “”
WER: 1.000000, CER: 1.000000, loss: 4.006919
- wav: file:///data/CV/zh/clips/tuzi.wav
- src: “兔子”
- res: “”
WER: 1.000000, CER: 1.000000, loss: 3.038779
- wav: file:///data/CV/zh/clips/mao.wav
- src: “猫”
- res: “”
(deepspeech-train-venv) root@ip-10-0-1-86:DeepSpeech# cat data/alphabet_zh.txt
猫
兔
子
你
好
(deepspeech-train-venv) root@ip-10-0-1-86:DeepSpeech#
Please help me to see what is the problem? thank you very much