kuleshov / audio-super-res

Audio super resolution using neural networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pool_size and strides question

pangr opened this issue · comments

commented

When I use the parameter pool_size=8 strides=8 to train the model, the following error will be reported
图片

Thanks for flagging this. I'll make some changes to support pool_size=8 and strides=8. For now, try setting both to 2.

It's going to be a while until I have time to update the code to support a larger pool_size and stride. Again, I recommend setting both to 2.