FunASR Version
1.3.3
Python Version
3.10
Device
cuda (GPU)
Bug Description
Fun-ASR-Nano timestamp support seems incomplete in the current open-sourced release.
Although the implementation introduced in #70 returns timestamp outputs, the released model.pt checkpoint does not include trained ctc_decoder.* / ctc.* weights. As a result, the CTC forced-alignment branch appears inactive or untrained, making the generated timestamps unreliable.
From the current artifacts, timestamp inference can run, but the alignment quality does not seem to reflect a properly trained CTC decoder.
If correct timestamp is not yet supported in the open-source release, it may help to document this limitation explicitly to avoid confusion.
Steps to Reproduce
Error Message / Traceback
FunASR Version
1.3.3
Python Version
3.10
Device
cuda (GPU)
Bug Description
Fun-ASR-Nano timestamp support seems incomplete in the current open-sourced release.
Although the implementation introduced in #70 returns timestamp outputs, the released model.pt checkpoint does not include trained ctc_decoder.* / ctc.* weights. As a result, the CTC forced-alignment branch appears inactive or untrained, making the generated timestamps unreliable.
From the current artifacts, timestamp inference can run, but the alignment quality does not seem to reflect a properly trained CTC decoder.
If correct timestamp is not yet supported in the open-source release, it may help to document this limitation explicitly to avoid confusion.
Steps to Reproduce
Error Message / Traceback