vienduong88
  • Joined on 2023-05-05
vienduong88 commented on issue mrq/ai-voice-cloning#212 2023-05-06 09:11:00 +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…
vienduong88 commented on issue mrq/ai-voice-cloning#230 2023-05-05 05:53:19 +00:00
tqdm.write() got an unexpected keyword argument 'desc'

I have this problem in google colab as well.