Skip to content

Commit 130124c

Browse files
committed
🚀 update training results for contextnet
1 parent c6eeb03 commit 130124c

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

examples/contextnet/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,31 @@ Training, see `python examples/contextnet/train_*.py --help`
1717
Testing, see `python examples/contextnet/test_*.py --help`
1818

1919
TFLite Conversion, see `python examples/contextnet/tflite_*.py --help`
20+
21+
## RNN Transducer Subwords - Results on LibriSpeech
22+
23+
**Summary**
24+
25+
- Number of subwords: 1008
26+
- Maximum length of a subword: 10
27+
- Subwords corpus: all training sets
28+
- Number of parameters: 12,075,320
29+
- Number of epochs: 86
30+
- Train on: 8 Google Colab TPUs
31+
- Train hours: 8.375 days uncontinuous (each day I trained 12 epoch because colab only allows 12 hours/day and 1 epoch required 1 hour) => 86 hours continuous (3.58333333 days)
32+
33+
**Pretrained and Config**, go to [drive](https://drive.google.com/drive/folders/1fzOkwKaOcMUMD9BAjcLLmSG2Tfpeabbq?usp=sharing)
34+
35+
**Epoch Transducer Loss**
36+
37+
<img src="./figs/1008_subword_contextnet_loss.svg" alt="subword_contextnet_loss" width="300px" />
38+
39+
**Epoch Learning Rate**
40+
41+
<img src="./figs/1008_epoch_learning_rate.svg" alt="epoch_learning_rate" width="300px" />
42+
43+
**Error Rates**
44+
45+
| **Test-clean** | Test batch size | Epoch | WER (%) | CER (%) |
46+
| :------------: | :-------------: | :---: | :----------------: | :----------------: |
47+
| _Greedy_ | 1 | 86 | 10.356436669826508 | 5.8370333164930344 |
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)