wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final layer deconvolutional filters are not fixed

JJ-res101 opened this issue · comments

In paper, Final layer deconvolutional filters are fixed to bilinear inertpolation. But I found this implement don't do that.Is that right?

It's frozen here

# weight is frozen because it is just a bilinear upsampling