We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问2024.11月增加的基于CTC的时间戳对齐功能怎么使用呢?
The text was updated successfully, but these errors were encountered:
参考demo2.py,在推理方法中添加output_timestamp参数。
Sorry, something went wrong.
@xinzhuang 请问一下使用 funasr 推理可以添加时间戳吗?
@xinzhuang 请问一下使用 funasr 推理可以添加时间戳吗? 目前我没发现funasr支持。
可以试试看把这一行 https://github.com/FunAudioLLM/SenseVoice/blob/main/model.py#L899
换成 torch.tensor([encoder_out_lens[i].item() - 4]).long().to(logits_speech.device)
No branches or pull requests
请问2024.11月增加的基于CTC的时间戳对齐功能怎么使用呢?
The text was updated successfully, but these errors were encountered: