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 |
|
Fangjun Kuang
|
7e9eea6dc3
|
Add pretrained.py for SURT (#1785)
|
2024-10-28 11:53:11 +08:00 |
|
zr_jin
|
eb132da00d
|
additional instruction for the grad_scale is too small error (#1550)
|
2024-03-14 11:33:49 +08:00 |
|
Yifan Yang
|
5dfc3ed7f9
|
Fix buffer size of DynamicBucketingSampler (#1468)
* Fix buffer size
* Fix for flake8
---------
Co-authored-by: yifanyeung <yifanyeung@yifanyeung.local>
|
2024-01-21 02:10:42 +08:00 |
|
zr_jin
|
d2bd0933b1
|
Compatibility with the latest Lhotse (#1314)
|
2023-10-17 21:22:32 +08:00 |
|
zr_jin
|
7cc2dae940
|
Fixes to incorporate with the latest Lhotse release (#1249)
|
2023-09-13 12:39:49 +08:00 |
|
Desh Raj
|
8fcadb68a7
|
Missing definitions in scaling.py added (#1232)
|
2023-08-31 10:31:05 +08:00 |
|
Desh Raj
|
a4402b88e6
|
SURT multi-talker ASR recipe (#1126)
* merge upstream
* add SURT model and training
* add libricss decoding
* add chunk width randomization
* decode SURT with libricss
* initial commit for zipformer_ctc
* remove unwanted changes
* remove changes to other recipe
* fix zipformer softlink
* fix for JIT export
* add missing file
* fix symbolic links
* update results
* clean commit for SURT recipe
* training libricss surt model
* remove unwanted files
* remove unwanted changes
* remove changes in librispeech
* change some files to symlinks
* remove unwanted changes in utils
* add export script
* add README
* minor fix in README
* add assets for README
* replace some files with symlinks
* remove unused decoding methods
* fix symlink
* address comments from @csukuangfj
|
2023-07-04 19:25:58 +08:00 |
|