在使用 whipser的faster-whisper-large-v2模型时,出现 ValueError: Invalid input features shape: expected an input with shape (1, 80, 3000), but got an input with shape (1, 128, 3000) instead的报错。
解决办法:
找到模型所在的目录,编辑 preprocessor_config.json文件
将
"feature_size": 80,
中的128改为80即可。

1635

被折叠的 条评论
为什么被折叠?



