Li Peng
|
2d9825aa29
|
Replace deprecated pytorch methods
- torch.cuda.amp.GradScaler(...) => torch.amp.GradScaler("cuda", ...)
- torch.cuda.amp.autocast(...) => torch.amp.autocast("cuda", ...)
|
2024-11-27 17:43:17 +08:00 |
|
Xiaoyu Yang
|
3fc06cc2b9
|
Support AudioSet training with weighted sampler (#1727)
|
2024-08-22 15:27:25 +08:00 |
|
zr_jin
|
1adf1e441d
|
Removed unused `k2 ` dependencies from the AT recipe (#1633)
|
2024-05-21 18:22:19 +08:00 |
|
Xiaoyu Yang
|
df36f93bd8
|
add small-scaled model for audio tagging (#1604)
|
2024-04-24 17:00:42 +08:00 |
|
Fangjun Kuang
|
ba5b2e854b
|
Return probs in audio tagging onnx models (#1586)
|
2024-04-10 09:03:30 +08:00 |
|
Fangjun Kuang
|
fa5d861af0
|
Add CI test for the AudioSet recipe. (#1585)
|
2024-04-09 17:45:00 +08:00 |
|
Xiaoyu Yang
|
1732dafe24
|
Add zipformer recipe for audio tagging (#1421)
|
2024-04-09 12:06:14 +08:00 |
|