Skip to content

questions about the model you built #3

@michaelHaha

Description

@michaelHaha

Hi, I am also from Beihang University. I am currently a junior student and also try to reproduce this paper.

However, I have some doubts about the model you built. It seems that the model you built is MT model. And the third convolution layer is devised to learn to perform 'subtraction' operation with outputs of two-channel convolution below.
1
However, in your code, it seems that you just subtract the outputs of the two-channel convolution manually and then do convolution on this subtraction.
local merge = nn.Sequential(); merge:add(nn.CSubTable()); merge:add(nn.Abs())
I suppose there is something wrong here. What do you think?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions