Trying to train but I get "AttributeError: 'NoneType' object has no attribute 'transcribe'" #12

Closed
opened 2023-02-20 01:33:45 +00:00 by AI_Pleb · 3 comments

I've been trying to prepare a small dataset for a character to train on (pictured), but I get an error with the following stack trace whenever I try:

Loaded TorToiSe, ready for generation.
Unloading TTS
Loading Whisper model: base
Transcribing file: ./voices\Bang_Shishigami\BNG_01_01_076.wav
Traceback (most recent call last):
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict
    output = await app.get_blocks().process_api(
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 1024, in process_api
    result = await self.call_function(
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 836, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread
    return await future
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run
    result = context.run(func, *args)
  File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\helpers.py", line 584, in tracked_fn
    response = fn(*args)
  File "G:\Tortoise-TTS\ai-voice-cloning\src\webui.py", line 181, in prepare_dataset_proxy
    return prepare_dataset( get_voices(load_latents=False)[voice], outdir=f"./training/{voice}/", language=language, progress=progress )
  File "G:\Tortoise-TTS\ai-voice-cloning\src\utils.py", line 481, in prepare_dataset
    result = whisper_model.transcribe(file, language=language if language else "English")
AttributeError: 'NoneType' object has no attribute 'transcribe'
I've been trying to prepare a small dataset for a character to train on (pictured), but I get an error with the following stack trace whenever I try: ``` Loaded TorToiSe, ready for generation. Unloading TTS Loading Whisper model: base Transcribing file: ./voices\Bang_Shishigami\BNG_01_01_076.wav Traceback (most recent call last): File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\routes.py", line 384, in run_predict output = await app.get_blocks().process_api( File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 1024, in process_api result = await self.call_function( File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\blocks.py", line 836, in call_function prediction = await anyio.to_thread.run_sync( File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\to_thread.py", line 31, in run_sync return await get_asynclib().run_sync_in_worker_thread( File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 937, in run_sync_in_worker_thread return await future File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 867, in run result = context.run(func, *args) File "G:\Tortoise-TTS\ai-voice-cloning\venv\lib\site-packages\gradio\helpers.py", line 584, in tracked_fn response = fn(*args) File "G:\Tortoise-TTS\ai-voice-cloning\src\webui.py", line 181, in prepare_dataset_proxy return prepare_dataset( get_voices(load_latents=False)[voice], outdir=f"./training/{voice}/", language=language, progress=progress ) File "G:\Tortoise-TTS\ai-voice-cloning\src\utils.py", line 481, in prepare_dataset result = whisper_model.transcribe(file, language=language if language else "English") AttributeError: 'NoneType' object has no attribute 'transcribe' ```

Getting same error now too, not exactly sure what caused it.

Getting same error now too, not exactly sure what caused it.
Owner

Guess I didn't manage to get around testing transcribing if I broke it. One moment while I fix it.

Guess I didn't manage to get around testing transcribing if I broke it. One moment while I fix it.
Owner

Fixed in 37ffa60d14. Sorry for the inconvenience.

Fixed in 37ffa60d1459fde4e1749d6e30980ab0178cc10d. Sorry for the inconvenience.
mrq closed this issue 2023-02-20 15:32:25 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/ai-voice-cloning#12
No description provided.