“3a12839428d9ecd3b99e294ab243132a1721a637”上不存在“mobile/src/operators/kernel/arm/convolution/conv_common.h”
未验证 提交 d1c280cc 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #691 from PaddlePaddle/bugfix

fix audio shape bug for audio len
...@@ -271,7 +271,7 @@ class SpeechCollator(): ...@@ -271,7 +271,7 @@ class SpeechCollator():
utts.append(utt) utts.append(utt)
# audio # audio
audios.append(audio) # [T, D] audios.append(audio) # [T, D]
audio_lens.append(audio.shape[1]) audio_lens.append(audio.shape[0])
# text # text
# for training, text is token ids # for training, text is token ids
# else text is string, convert to unicode ord # else text is string, convert to unicode ord
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册