meetps/pytorch-semseg

Why the loss is very big

Dengxianshuai opened this issue · 4 comments

Why the loss is very big

When I training icnet, why the loss is very big.
1557914556(1)

did u fix the problem yet?

did u fix the problem yet?
I met the same problem, did u fix it?

did u fix the problem yet?
I met the same problem, did u fix it?

loss:
    name: 'cross_entropy'
    size_average: True

change the size_average into True.