lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.24k stars 418 forks source link

Initialize weights? #17

Closed Kongsea closed 5 years ago

Kongsea commented 7 years ago

It seems this project uses the default weight initialization method. But as I know, sometimes weight initialization plays a very important role, so how to initialize the model parameters? I have learned some methods to initialize simple models, but it's not easy to initialize this model since it contains many PostRes models.

lfz commented 7 years ago

sorry for this late reply, I haven't studied the influence of initializing weight, and I do not know how to specify a initialization method, you may refer to pytorch document for more help