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
..
2022-11-17 09:42:17 -05:00
2022-10-18 15:56:43 +08:00

Introduction

./RESULTS.md contains the latest results.

Transducers

These are the types of architectures currently available.

Encoder Decoder Comment
pruned_transducer_stateless7_streaming Streaming Zipformer Embedding + Conv1d Adapted from librispeech pruned_transducer_stateless7_streaming