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
环境是win10 ltsc python3.8. 以下是报错信息: Traceback (most recent call last): sg.run() File "backend/main.py", line 214, in run recognizer = AudioRecogniser(language=self.language) File "backend/main.py", line 32, in __init__ self.model = whisper.load_model(self.model_path) File "D:\Projects\video-subtitle-generator\backend\whisper\__init__.py", line 147, in load_model dims = ModelDimensions(**checkpoint["dims"]) KeyError: 'dims' medium模型可以正常生成字幕文件.
Traceback (most recent call last): sg.run() File "backend/main.py", line 214, in run recognizer = AudioRecogniser(language=self.language) File "backend/main.py", line 32, in __init__ self.model = whisper.load_model(self.model_path) File "D:\Projects\video-subtitle-generator\backend\whisper\__init__.py", line 147, in load_model dims = ModelDimensions(**checkpoint["dims"]) KeyError: 'dims'
The text was updated successfully, but these errors were encountered:
已经修复
Sorry, something went wrong.
No branches or pull requests
环境是win10 ltsc python3.8.
以下是报错信息:
Traceback (most recent call last): sg.run() File "backend/main.py", line 214, in run recognizer = AudioRecogniser(language=self.language) File "backend/main.py", line 32, in __init__ self.model = whisper.load_model(self.model_path) File "D:\Projects\video-subtitle-generator\backend\whisper\__init__.py", line 147, in load_model dims = ModelDimensions(**checkpoint["dims"]) KeyError: 'dims'
medium模型可以正常生成字幕文件.
The text was updated successfully, but these errors were encountered: