You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for this great repo on TTS. I trained YourTTS model on single GPU, it work fine but when I try to run same training code on multiple gpu, its giving the following error.
/TTS/TTS/tts/models/vits.py", line 262, in getitem
item = self.samples[idx]
TypeError: list indices must be integers or slices, not list
The text was updated successfully, but these errors were encountered:
Hi, Thanks for this great repo on TTS. I trained YourTTS model on single GPU, it work fine but when I try to run same training code on multiple gpu, its giving the following error.
/TTS/TTS/tts/models/vits.py", line 262, in getitem
item = self.samples[idx]
TypeError: list indices must be integers or slices, not list
The text was updated successfully, but these errors were encountered: