-
Notifications
You must be signed in to change notification settings - Fork 20
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
did u make a mistake in 'class ResidualLayer'?seems u make 2 sames layer? #4
Comments
This is for gated cnn and of course it needs 2 same cnn . |
thanks for your answer~
i am a student and now are trying to make my final design, i got some problems from the original paper,hope you can help me
1.paper said they used PixelShuffle to upsample,but in the upsample module,input channels are 512 ,after conv layer output channels are 1024,then after PSlayer they got output channels are 512? i think pixelshuffle will make it be 256 ?
2. what happen in the last conv layer ? how can they change channles from 35 to be 1 and make the h and w as the same as original input?
thanks ,hopes your answer
…------------------ 原始邮件 ------------------
发件人: "George"<notifications@github.com>;
发送时间: 2020年4月24日(星期五) 下午4:48
收件人: "TaiChunYen/Pytorch-CycleGAN-VC2"<Pytorch-CycleGAN-VC2@noreply.github.com>;
抄送: "790676289"<790676289@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [TaiChunYen/Pytorch-CycleGAN-VC2] did u make a mistake in 'class ResidualLayer'?seems u make 2 sames layer? (#4)
This is for gated cnn and of course it needs 2 same cnn .
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
thanks~ |
|
thanks a lot ~ |
hi~i get some new puzzle... here is the code in trainingdataset: if name == 'main': what is the trainA and trainB's first dimensional ? i know it maybe ( ?, feature_numbers ,lenth) |
i think it means :i have 162 voice segments,and i extract features (24,554) from every segments,so the input is (162,24,554),did i get so mistake? |
The text was updated successfully, but these errors were encountered: