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
filenames: ['aaaa'] Finished the feature extracting (12921856, 2) 0%| | 0/174 [00:00<?, ?it/s] 0%| | 0/174 [00:00<?, ?it/s] INFO:__main__:End: Processing file aaaa: Elapsed: 1.611116647720337 seconds Traceback (most recent call last): File "VBx/predict.py", line 176, in <module> fea = features.fbank_htk(seg, window, noverlap, fbank_mx, USEPOWER=True, ZMEANSOURCE=True) File "/hdd/saumya/AliMeeting/speaker/VBx/features.py", line 101, in fbank_htk x *= window ValueError: operands could not be broadcast together with shapes (182,400,2) (400,) (182,400,2) # Accounting: time=5 threads=1 # Ended (code 1) at Thu Nov 18 16:16:36 IST 2021, elapsed time 5 seconds
path: data/test/dia_part/exp/extract_embedding.1.log While inferencing on file 'aaaa.wav' the script fails at extracting embeddings. Can someone help?
The text was updated successfully, but these errors were encountered:
You may use two channels of audio data. Our model only supports single channel audio.
Sorry, something went wrong.
aaaa sox /hdd/saumya/AliMeeting/speaker/wav_16/aaaa.wav -t wav - remix 1 |
This is the content of my wav.scp
No branches or pull requests
path: data/test/dia_part/exp/extract_embedding.1.log
While inferencing on file 'aaaa.wav' the script fails at extracting embeddings. Can someone help?
The text was updated successfully, but these errors were encountered: