ayumiymk / aster.pytorch

ASTER in Pytorch
MIT License
663 stars 169 forks source link

Why do we need to scale img_feat to 0.1 in the stn_head? #29

Closed sonack closed 4 years ago

sonack commented 4 years ago

https://github.com/ayumiymk/aster.pytorch/blob/36e73daf0808dc6e6bcda64ca497b672da959105/lib/models/stn_head.py#L90

Why need to * 0.1 to img_feat? Thanks!

ayumiymk commented 4 years ago

I refer to the original implement here. The purpose is to make the training more stable.