-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
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
多输入,多输出问题 #27
Comments
还有就是数据的维数不一样,怎么进行拼接,假如输入lps为7256 我想拼接mfcc参数计算出来为713 ,是直接拼接成7*270,送进网络吗? |
Hi ,
问题1: 是的
问题2:输入依然是前几帧噪声的平均(相当于一个general的噪声信息),输出是当前帧噪声的估计
…On Tue, 5 Mar 2019 at 19:37, bailiangze ***@***.***> wrote:
您好,看了你的论文,非常厉害,
问题1:想实现一下其中的噪声告知训练,选择语音前几帧作为平均之后作为输入,请问是是不是简单的concate在之前7帧能量的后面吗??例如语音7帧为7
*256,噪声为1*256,是否是将它拼接成8*256,送进网络。
问题2:拜读了你师弟高天博士的论文,他提到了双输出dnn增强网络,如果之前的输入是问题一所说的那样,双输出的话,请问输入依然是前几帧噪声的平均?目标参数是噪声7帧中的一帧吗?
总结下:关于这个多输入,和多输出,我想问的是,简单的在输入后面拼接矩阵,还是需要在网络上添加新的输入?谢谢了
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFJj0iUnLUb67f5Qe7sKND4a1ckXv1kkks5vTzfJgaJpZM4bf-5e>
.
|
确实是 直接拼接成7*270,送进网络
…On Wed, 6 Mar 2019 at 00:29, bailiangze ***@***.***> wrote:
还有就是数据的维数不一样,怎么进行拼接,假如输入lps为7*256 我想拼接mfcc参数计算出来为7*13 ,是直接拼接成7*270,送进网络吗?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFJj0sYplPk30DQwy24WBedB0-9kuip5ks5vT3x-gaJpZM4bf-5e>
.
|
谢谢了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好,看了你的论文,非常厉害,
问题1:想实现一下其中的噪声告知训练,选择语音前几帧作为平均之后作为输入,请问是是不是简单的concate在之前7帧能量的后面吗??例如语音7帧为7256,噪声为1256,是否是将它拼接成8*256,送进网络。
问题2:拜读了你师弟高天博士的论文,他提到了双输出dnn增强网络,如果之前的输入是问题一所说的那样,双输出的话,请问输入依然是前几帧噪声的平均?目标参数是噪声7帧中的一帧吗?
总结下:关于这个多输入,和多输出,我想问的是,简单的在输入后面拼接矩阵,还是需要在网络上添加新的输入?谢谢了
The text was updated successfully, but these errors were encountered: