getting this error :
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 3: invalid start byte
i'm trying to work it out with a foreign language (hebrew). using whisperx with the 'large' model.
no matter how i change the setting in the Generate Configuration window i always get this error.
i'm pasting here the rest of the error massage:
[Training] [2024-01-20T13:15:38.035813] Traceback (most recent call last): File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\blocks.py", line 1075, in process_api result = await self.call_function( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\blocks.py", line 898, in call_function prediction = await anyio.to_thread.run_sync( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run result = context.run(func, *args) File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\utils.py", line 549, in async_iteration return next(iterator) File "C:\עידן\ai-voice-cloning\ai-voice-cloning\src\utils.py", line 2021, in run_training for line in iter(training_state.process.stdout.readline, ""): File "codecs.py", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 3: invalid start byte
getting this error :
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 3: invalid start byte
i'm trying to work it out with a foreign language (hebrew). using whisperx with the 'large' model. no matter how i change the setting in the Generate Configuration window i always get this error.
i'm pasting here the rest of the error massage:
[Training] [2024-01-20T13:15:38.035813] Traceback (most recent call last): File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\routes.py", line 394, in run_predict output = await app.get_blocks().process_api( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\blocks.py", line 1075, in process_api result = await self.call_function( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\blocks.py", line 898, in call_function prediction = await anyio.to_thread.run_sync( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\to_thread.py", line 33, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread return await future File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run result = context.run(func, *args) File "C:\עידן\ai-voice-cloning\ai-voice-cloning\runtime\lib\site-packages\gradio\utils.py", line 549, in async_iteration return next(iterator) File "C:\עידן\ai-voice-cloning\ai-voice-cloning\src\utils.py", line 2021, in run_training for line in iter(training_state.process.stdout.readline, ""): File "codecs.py", line 322, in decode UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 3: invalid start byte