• Joined on 2023-03-05
Xiao commented on issue mrq/ai-voice-cloning#239 2023-05-21 06:15:59 +00:00
IndexError: list index out of range

Your batch size isn't evenly divisible by your gradient accumulation size. Stick to even numbers for both values.

I got the same issue today after updating for the first time in a while. Is…

Xiao opened issue mrq/ai-voice-cloning#123 2023-03-12 17:10:57 +00:00
WebUI Dropdown Index out of range
Xiao commented on issue mrq/ai-voice-cloning#61 2023-03-06 05:13:40 +00:00
Memory Leak

I get the feeling different builds of torch that people are using might GC by themselves more or less eagerly than others. Maybe the installation of dependencies gives us different versions based…

Xiao opened issue mrq/ai-voice-cloning#61 2023-03-05 11:04:40 +00:00
Memory Leak