sednn icon indicating copy to clipboard operation
sednn copied to clipboard

ValueError

Open 13265170340 opened this issue 6 years ago • 4 comments

你好,我用的自己的语料,运行时出现一下问题 mixed_audio = s + n ValueError: operands could not be broadcast together with shapes (34719,) (33910,)

13265170340 avatar Nov 07 '18 12:11 13265170340

你这个 s和n的长度不一样,当然不能加在一起


Yong XU

From: xiaowang Date: 2018-11-07 05:01 To: yongxuUSTC/sednn CC: Subscribed Subject: [yongxuUSTC/sednn] ValueError (#20) 你好,我用的自己的语料,运行时出现一下问题 mixed_audio = s + n ValueError: operands could not be broadcast together with shapes (34719,) (33910,) ― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

yongxuUSTC avatar Nov 07 '18 17:11 yongxuUSTC

你这个 s和n的长度不一样,当然不能加在一起 ---------------------------------------------------------- Yong XU From: xiaowang Date: 2018-11-07 05:01 To: yongxuUSTC/sednn CC: Subscribed Subject: [yongxuUSTC/sednn] ValueError (#20) 你好,我用的自己的语料,运行时出现一下问题 mixed_audio = s + n ValueError: operands could not be broadcast together with shapes (34719,) (33910,) ― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

好的 谢谢

13265170340 avatar Nov 08 '18 07:11 13265170340

@yongxuUSTC 有什么修改办法可以让它们加在一起吗?

13265170340 avatar Jan 12 '19 03:01 13265170340

Hi, You could either repeat or truncate the noise to have the same size of the speech.

Best wishes,

Qiuqiang


From: xiaowang [email protected] Sent: 12 January 2019 03:01:34 To: yongxuUSTC/sednn Cc: Subscribed Subject: Re: [yongxuUSTC/sednn] ValueError (#20)

@yongxuUSTChttps://github.com/yongxuUSTC 有什么修改办法可以让它们加在一起吗?

― You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/yongxuUSTC/sednn/issues/20#issuecomment-453714279, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AMt5yQ8GuRdg5DWv3A74HjWQpEKpYJROks5vCVAOgaJpZM4YSTPx.

qiuqiangkong avatar Jan 12 '19 22:01 qiuqiangkong