ShiqiYu / OpenGait

A flexible and extensible framework for gait recognition. You can focus on designing your own models and comparing with state-of-the-arts easily with the help of OpenGait.
664 stars 154 forks source link

About "scale" in CrossEntropyLoss #204

Closed YingQQ666 closed 2 months ago

YingQQ666 commented 2 months ago

Hello! How to set the value of 'scale' in loss_cfg about CrossEntropyLoss? In most .yaml config files ,the value of 'scale' is set to 16, Is this an empirical parameter?

ChaoFan996 commented 2 months ago

Yes, the scale value is set to 16 as default.