Deviation in TUM between code and reference image
kuwt opened this issue · 3 comments
In the reference image,
the first deconvolution feature(128,1,1) is not used for the next deconvolution feature.
But in code,
the first deconvolution feature is used for the next deconvolution feature.
What I want to point out is:
there is no deconvolution pipeline in the code. The code simply upsample the last convolution layer in the TUM again and again and add it to the convolution of one of the layer in the convolution pipeline.
I think what the code describes is quite different from common deconvolution concept or the concept as mentioned in the reference image or paper.
I found the same question. I want to ask you have you changed the code to be consistent with the paper ? Thank you~
I have found the statement from the author before. He said the structrue of TUM is indeed changed, because he wants to have a try of this new one. But it is not better than before. You can have a try of this new one. I also want to know the result.