kuleshov / audio-super-res

Audio super resolution using neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pooling window and pooling strides

ncarraz opened this issue · comments

Do you use pooling window and pooling strides in your code ? They are provided as arguments. They are supposed to be both 8 but I have trouble finding where you use them.

Thanks for flagging this. They are parameters, but at some point I hard-coded the values. I've fixed that.