tencent-ailab / pika

a lightweight speech processing toolkit based on Pytorch and (Py)Kaldi
Apache License 2.0
338 stars 57 forks source link

Evaluation Error #11

Closed yihuan-github closed 2 years ago

yihuan-github commented 2 years ago

Exception in thread Thread-1: Traceback (most recent call last): File "/home/speech/anaconda3/envs/pika/lib/python3.7/threading.py", line 917, in _bootstrap_inner self.run() File "/home/speech/anaconda3/envs/pika/lib/python3.7/threading.py", line 865, in run self._target(*self._args, *self._kwargs) File "/home/speech/\udce6\udca1\udc8c\udce9\udc9d\udca2/pika/loader/otf_utt_loader.py", line 56, in put_thread for item in generator(gen_args): File "/home/speech/\udce6\udca1\udc8c\udce9\udc9d\udca2/pika/loader/utt_loader.py", line 190, in utt_generator splice(feats, args.lctx, args.rctx)[::args.stride] ValueError: could not broadcast input array from shape (143,78) into shape (143,240)

csukuangfj commented 2 years ago

Looks like your feat dim is not correct. 26 * 3 vs 80 * 3.