facebookresearch / mobile-vision

Mobile vision models and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what is the parameters to balance cross-entropy loss and total cost

lxiongh opened this issue · comments

The total training loss consists of (1) cross-entropy loss and (2) total cost, which is the sum of cost from all layers: costtotal = Σlcostl.

How to balance