nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
915 stars 200 forks source link

the problem of train #32

Open ly-mentaltity opened 4 years ago

ly-mentaltity commented 4 years ago

Hello blogger,When I started training the network from scratch, I used four loss functions. The network is very difficult to convergence, four losses have been oscillating, how do you train the network, is the first use of the single loss function at the beginning?

ly-mentaltity commented 4 years ago

It is mentioned in the paper that the weight of the first 入1 parameter is 20. Why is the weight before edge_loss in the loss code 20? When the loss is returned, shall we multiply the weight before seg_loss by 20?

tovacinni commented 4 years ago

Thanks for your interest in our work!

I'll double check the loss hyperparameters- perhaps I scaled them wrong in the release.

Can you share your training setup with us?