Semantic-Segmentation-Suite icon indicating copy to clipboard operation
Semantic-Segmentation-Suite copied to clipboard

Issues in the FRRN ResidualUnit function

Open Reagan1311 opened this issue 6 years ago • 0 comments

In the function ResidualUnit of the model file FRRN.py , I think you should return net + inputs, because according to the original paper, here should be a residual structure.

Reagan1311 avatar Nov 22 '18 12:11 Reagan1311