You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some research I found out that initialization has no effect after weight_norm, I think it is possible to improve a lot on the bad default pytorch initialization. The order should be init_weights then weight_norm
The text was updated successfully, but these errors were encountered:
After some research I found out that initialization has no effect after weight_norm, I think it is possible to improve a lot on the bad default pytorch initialization. The order should be init_weights then weight_norm
The text was updated successfully, but these errors were encountered: