Fangjun Kuang
|
d4d4f281ec
|
Revert "Replace deprecated pytorch methods (#1814)" (#1841)
This reverts commit 3e4da5f78160d3dba3bdf97968bd7ceb8c11631f.
|
2024-12-18 16:49:57 +08:00 |
|
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 |
|
Dongji Gao
|
9a17f4ce41
|
add OTC related scripts using phone as units instead of BPEs (#1602)
* add otc related scripts using phone instead of bpe
|
2024-04-26 00:55:44 +08:00 |
|
zr_jin
|
335a9962de
|
Fixed formatting issue of PR #1528 (#1530)
|
2024-03-06 08:43:45 +08:00 |
|
Rezakh20
|
ff430b465f
|
Add num_features to train.py for training WSASR (#1528)
|
2024-03-05 16:40:30 +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
|
1814bbb0e7
|
typo fixed (#1334)
|
2023-10-25 00:03:33 +08:00 |
|
zr_jin
|
103d617380
|
bug fixes (#1301)
|
2023-10-11 11:04:20 +08:00 |
|
Dongji Gao
|
3abc290c11
|
Add scripts and recipe for BTC/OTC (#1255)
|
2023-09-29 07:52:46 +08:00 |
|