zhr1201 / CNN-for-single-channel-speech-enhancement

Convolutional neural nets for single channel speech enhancement
142 stars 61 forks source link

stride for CNN #18

Open yunzqq opened 5 years ago

yunzqq commented 5 years ago

in stride [1,100,1,1], what does the 100 means?

zhr1201 commented 5 years ago

Please refer to any CNN tutorial

nerv3890 commented 5 years ago

stride 100 的意思是在高度上每次往下100個,但 input size 也只有 129*8,這是不是哪裏搞錯了?感謝您的回答

yunzqq commented 5 years ago

stride 100 的意思是在高度上每次往下100個,但 input size 也只有 129*8,這是不是哪裏搞錯了?感謝您的回答

我也是疑惑这个....

zhr1201 commented 5 years ago

不是的, 100是另一个方向,一下子会移出去。这样等效就是1维卷积

zhr1201 commented 5 years ago

出来是129 * 1