pochih / FCN-pytorch

🚘 Easiest Fully Convolutional Networks
404 stars 143 forks source link

deconvolution weight #16

Open CNHNLP opened 5 years ago

CNHNLP commented 5 years ago

Hello,thanks for your code. But there may be some question in deconvolution weight initialize.In original paper,it initialize the deconvolution weight with bilinear interpoltion. And I can't find this in your code.

QuinnZhuu commented 3 years ago

I also found this problem. I think the author may simplified some steps.....