k2-fsa
|
127b4985d3
|
small fixes
|
2025-07-01 13:41:56 +08:00 |
|
k2-fsa
|
a53c323750
|
Fix CI warnings
|
2025-06-30 21:46:18 +08:00 |
|
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 |
|
zzasdf
|
11151415f3
|
fix error in accum_grad (#1693)
|
2024-07-17 17:47:43 +08:00 |
|
zzasdf
|
25cabb7663
|
fix error in padding computing (#1607)
|
2024-04-25 22:40:07 +08:00 |
|
Yifan Yang
|
87843e9382
|
k2SSL: a Faster and Better Framework for Self-Supervised Speech Representation Learning (#1500)
* Add k2SSL
* fix flake8
* fix for black
* fix for black
* fix for black
* Update ssl_datamodule.py
* Fix bugs in HubertDataset
* update comments
* add librilight
* add checkpoint convert script
* format
---------
Co-authored-by: yifanyeung <yifanyeung@yifanyeung.local>
Co-authored-by: zzasdf <15218404468@163.com>
|
2024-04-04 23:29:16 +08:00 |
|