Stack expects a non-empty TensorList #101

Closed
opened 2023-03-09 07:20:32 +07:00 by mocandragon · 2 comments

Hi!
I installed this a few days ago and tried to generate something, but got a CUDA out of memory error. Now, a few days later, I've updated and runt he force update batch file, and now I'm getting a different error

File "...\ai-voice-cloning\modules\tortoise-tts\tortoise\api.py", line 431, in get_conditioning_latents
    auto_conds = torch.stack(auto_conds, dim=1)
RuntimeError: stack expects a non-empty TensorList

Is there anything I can do to fix this?
Thanks!

Hi! I installed this a few days ago and tried to generate something, but got a CUDA out of memory error. Now, a few days later, I've updated and runt he force update batch file, and now I'm getting a different error ``` File "...\ai-voice-cloning\modules\tortoise-tts\tortoise\api.py", line 431, in get_conditioning_latents auto_conds = torch.stack(auto_conds, dim=1) RuntimeError: stack expects a non-empty TensorList ``` Is there anything I can do to fix this? Thanks!

Insufficient stack trace.

Insufficient stack trace.
mrq added the
insufficient info
label 2023-03-09 19:13:11 +07:00

Ah, I managed to have it happen myself. Should be remedied in commit cf41492f76. If not:

  • at least for me, it cropped up from having a dataset prepared, but didn't load anything (for example, if the accompanied train.txt is empty)
  • set a voice chunk size of 1
Ah, I managed to have it happen myself. Should be remedied in commit cf41492f76d2bb93cb2972bb5585edcf10d531ca. If not: * at least for me, it cropped up from having a dataset prepared, but didn't load anything (for example, if the accompanied `train.txt` is empty) * set a voice chunk size of 1
mrq closed this issue 2023-03-11 16:47:19 +07:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#101
There is no content yet.