awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

The jpu paramters not add to optim.

Open xing-yc opened this issue 6 years ago • 1 comments

As the title say, I find the jpu paramters not add to optim. That makes the jpu module's paramters not change. But interenting things is: when I add the jpu paramters to optim, the results almost not change in mIoU and pixels acc. I not change other hyper-paramter, What a amazing result.

xing-yc avatar Oct 20 '19 07:10 xing-yc

It is possible, network with different modules may depend on different parameters, this paper maybe helpful for searching th optimal parameter.

Tramac avatar Oct 22 '19 11:10 Tramac