FunASR/funasr/bin
ming030890 a750595594
Fix a few issues found during fine-tuning (#2582)
* Fix wandb log

* fix validation loss is not logged

batch_idx got reset for each epoch.
use the global step counter instead

* LR should only be updated per step, not per step+ per epoch

* add early stopping

* Fix bf16 handling

scaler is only needed for fp16

* more logs

---------

Co-authored-by: Tony Mak <tony@Tonys-MacBook-Air-1800.local>
2025-07-04 14:25:54 +08:00
..
__init__.py create 2022-11-26 21:56:51 +08:00
compute_audio_cmvn.py 1. bug fix:list(mean)和list(var),由于mean和var是numpy,导致写入到文件的格式错误,参考上面的话,大概率是list(mean.tolist()),其实外层list没有必要 (#2437) 2025-03-19 23:10:13 +08:00
export.py decoding key 2024-05-07 22:12:05 +08:00
inference.py decoding key 2024-05-07 22:12:05 +08:00
tokenize_text.py Dev gzf exp (#1654) 2024-04-24 16:03:38 +08:00
train_ds.py Fix a few issues found during fine-tuning (#2582) 2025-07-04 14:25:54 +08:00
train.py oom fix 2025-02-13 14:06:03 +08:00