-
Notifications
You must be signed in to change notification settings - Fork 30
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
ValueError: need at least one array to concatenate #27
Comments
I have the same problem, bro. Have you solved this? 😭 |
Same problem, how to fix this😭 |
I solve this problem by unzip the dataset again, maybe there is something lost in the process of the unzip. don't forget to run |
Thank you bro. I have solved it before |
Hello, have you solved it |
Hello,
I am getting this Value Error while trying to run your scripts by following the README.md
ValueError: need at least one array to concatenate
this is the traceback for the error :
for now, i am trying to load only two speakers, oliver and conan to make sure everything works smoothly.
I have changed this in
apply_split.py
:and did the same in
body_vq.json
and given my data_root as the dataset path
Kindly let me know what is the fix for this issue?
Thanks a bunch in advance.
The text was updated successfully, but these errors were encountered: