neural-structured-additive-learning / deepregression

GNU General Public License v3.0
12 stars 5 forks source link

fix reinit issue, thanks @davidruegamer #15

Closed LucasKook closed 1 year ago

LucasKook commented 1 year ago

New behaviour of calling initializer led to repeated initializations with the same seed. This is now fixed by supplying the seed explicitly via a new seed argument in ensemble.deeptrafo().