We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to prepare files with README:
Run main.py under the python-training folder In the GUI, click "Browse" next to "File with laughter audio file names" Select the file containing a series of paths to laughter training files Click "Browse" next to "File with non-laughter audio file names" Select the file containing a series of paths to non-laughter training files Click "Prepare" to generate a wekaFile.arff file within the same directory as main.py.
But I have an error:
File "C:\Users\...\Python\Python37\lib\site-packages\scipy\io\wavfile.py", line 544, in read fid = open(filename, 'rb') ValueError: embedded null character.
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Try to prepare files with README:
But I have an error:
How can I solve this problem?
The text was updated successfully, but these errors were encountered: