Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
di3h opened this issue Jul 7, 2023 · 3 comments
Open

Comments

@di3h
Copy link

di3h commented Jul 7, 2023

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
Copy link

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

@kzchen95
Copy link

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
Copy link

maagauiya commented Jul 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants