-
Notifications
You must be signed in to change notification settings - Fork 15
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
Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sampl #1
Comments
Can you please provide a more detailed description of the issue? |
same issue (venv) λ pip list cycler 0.10.0 |
Solution: It fixed the issue for me. |
@manitbaser I am Still getting the same error as @xandyxor. Is there anything else I am missing? I would also like to know why this error is occurring. Thanks |
Follow this branch (Fixed_errors_in_ModelsTrainer): https://github.com/manitbaser/Voice-Based-Speaker-Identification Install python_speech_features and ffmpeg, and other dependencies, if any. Let me know if there is any other issue. ✌🏻 |
@manitbaser I'm getting 'sed' is not recognized as an internal or external command, |
You downloaded and installed ‘sed’ from GnuWin32, but it’s just not on your path. You need to run in a terminal where C:\Program Files (x86)\GnuWin32 is added to PATH. You might also benefit from installing ‘which’, and then you can have a sanity check with which sed. |
from 10 folders only one folder data will extracted
The text was updated successfully, but these errors were encountered: