Snowad14
  • Joined on 2023-03-04
Snowad14 commented on issue mrq/ai-voice-cloning#152 2023-08-30 19:42:03 +00:00
VALL-E Integration (and In Response To TorToiSe: a Quick Retrospective)

I'm just posting to inform you that vast.ai is just a nugget for GPU cloud, often 3x cheaper than runpod for 3090/4090/A40. The trick is to activate "Unverified Machines" (some machines may have…

Snowad14 commented on issue mrq/ai-voice-cloning#212 2023-04-19 19:47:24 +00:00
Error when training : TypeError: new(): invalid data type 'str'

"fixed" with a try/catch and the use of iter() instead of the "for" :

    _t = time()
    step = 0
    metrics = []
    data_iter = iter(tq_ldr)
    while True:
   …
Snowad14 opened issue mrq/ai-voice-cloning#212 2023-04-19 19:05:58 +00:00
Error when training : TypeError: new(): invalid data type 'str'
Snowad14 opened issue mrq/ai-voice-cloning#60 2023-03-04 19:00:07 +00:00
Share your models