Li Peng 3e4da5f781
Replace deprecated pytorch methods (#1814)
* Replace deprecated pytorch methods

- torch.cuda.amp.GradScaler(...) => torch.amp.GradScaler("cuda", ...)
- torch.cuda.amp.autocast(...) => torch.amp.autocast("cuda", ...)

* Replace `with autocast(...)` with `with autocast("cuda", ...)`


Co-authored-by: Li Peng <lipeng@unisound.ai>
2024-12-16 10:24:16 +08:00
..
2024-10-31 09:54:12 +08:00

Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context

Libriheavy is a labeled version of Librilight. Please refer to our repository k2-fsa/libriheavy for more details. We also have a paper: Libriheavy: a 50,000 hours ASR corpus with punctuation casing and context, Preprint available on arxiv.

See RESULTS for the results for icefall recipes.