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
Better float32 sampling support for TruncatedNormal (#7026)
* manually inv transform; force rng same type
* always upcast f64 and downcast to dtype of param
* add comment
* use class attr dtype
* need else stmt for dtype
* actually no need to downcast in this method
* rm unused import
0 commit comments