Open 13265170340 opened 6 years ago
你这个 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.
你这个 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 有什么修改办法可以让它们加在一起吗?
Hi, You could either repeat or truncate the noise to have the same size of the speech.
Best wishes,
Qiuqiang
From: xiaowang notifications@github.com 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.
你好,我用的自己的语料,运行时出现一下问题 mixed_audio = s + n ValueError: operands could not be broadcast together with shapes (34719,) (33910,)