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
参考https://modelscope.cn/models/QuadraV/funasr_seaco_paraformer_onnx_with_timestamp想用现在这个仓库的模型来获取时间戳,因为涉及中英文,但是在导出 onnx 时失败,'CifPredictorV2Export' object has no attribute 'get_upsample_timestmap',在 export_meta.py,us_alphas, us_cif_peak = self.predictor.get_upsample_timestmap(enc, mask, pre_token_length)提示了该错误,怎么解决?或者,如何直接获取时间戳,不依靠 onnx 也可以
The text was updated successfully, but these errors were encountered:
是V3才有时间戳预测功能?
Sorry, something went wrong.
No branches or pull requests
参考https://modelscope.cn/models/QuadraV/funasr_seaco_paraformer_onnx_with_timestamp想用现在这个仓库的模型来获取时间戳,因为涉及中英文,但是在导出 onnx 时失败,'CifPredictorV2Export' object has no attribute 'get_upsample_timestmap',在 export_meta.py,us_alphas, us_cif_peak = self.predictor.get_upsample_timestmap(enc, mask, pre_token_length)提示了该错误,怎么解决?或者,如何直接获取时间戳,不依靠 onnx 也可以
The text was updated successfully, but these errors were encountered: