Wei Kang
|
f721a2fd7a
|
Minor fixes for logging (#296)
* Minor fixes for logging
* Minor fix
|
2022-04-10 23:34:18 +08:00 |
|
Fangjun Kuang
|
9a11808ed3
|
Set the seed for dataloader. (#282)
Also, suppress torch warnings about division by truncation.
|
2022-03-31 16:48:46 +08:00 |
|
Fangjun Kuang
|
3ae7265737
|
More fixes to the checkpoint code. (#266)
|
2022-03-23 14:37:54 +08:00 |
|
Fangjun Kuang
|
6a091da0b0
|
Minor fixes for saving checkpoints. (#265)
* Minor fixes for saving checkpoints.
* Fix loading checkpoints saved by previous code.
|
2022-03-23 12:22:05 +08:00 |
|
Fangjun Kuang
|
ae564f91e6
|
Periodically saving checkpoint after processing given number of batches (#259)
* Periodically saving checkpoint after processing given number of batches.
|
2022-03-20 23:51:33 +08:00 |
|
Fangjun Kuang
|
1c35ae1dba
|
Reset seed at the beginning of each epoch. (#221)
* Reset seed at the beginning of each epoch.
* Use a different seed for each epoch.
|
2022-02-21 15:16:39 +08:00 |
|
Wei Kang
|
b702281e90
|
Use k2 pruned transducer loss to train conformer-transducer model (#194)
* Using k2 pruned version transducer loss to train model
* Fix style
* Minor fixes
|
2022-02-17 13:33:54 +08:00 |
|