You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当语音时长为1分47秒时程序报错,并且直接当掉了。
Token indices sequence length is longer than the specified maximum sequence length for this model (515 > 513). Running this sequence through the model will
result in indexing errors已放弃(吐核)
问题1、
如何修改配置可以改变时长?
问题2、
程序报错的时候不应该直接当掉,如何捕获异常?
The text was updated successfully, but these errors were encountered:
当语音时长为1分47秒时程序报错,并且直接当掉了。
Token indices sequence length is longer than the specified maximum sequence length for this model (515 > 513). Running this sequence through the model will
result in indexing errors已放弃(吐核)
问题1、
如何修改配置可以改变时长?
问题2、
程序报错的时候不应该直接当掉,如何捕获异常?
The text was updated successfully, but these errors were encountered: