justinjohn0306 / FakeYou-Tacotron2-Notebook

Tacotron2 Training Notebook for FakeYou.com
151 stars 44 forks source link

num_samples should be a positive integer value, but got num_samples=0 #15

Open di3h opened 1 year ago

di3h commented 1 year ago

I'm getting an error at the begin of training: num_samples should be a positive integer value, but got num_samples=0. How to fix it? image

kzchen95 commented 1 year ago

i have the same issue; using the google colab training notebook in step8.

kzchen95 commented 1 year ago

root cause: this issue is because python is failing to write to list.txt. will need to update method to write contents from uploaded transcripts to list.txt

maagauiya commented 3 months ago

root cause: this issue is because python is failing to write to list.txt. will need to update method to write contents from uploaded transcripts to list.txt

In my case, I manually uploaded and it works for me

The file list.txt was empty