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
Widen tanh acceptable range (output values) (gpuweb#5199)
After a bit of investigation it has been determined that tanh has a max
Absolute error of 1e-5 for some devices (nvidia)
We discussed polyfilling this function (sinh/cosh) but this inaccuracy
is likely intentional as tanh is commonly used in sigmoid functions for
ML.
crbug.com/390221422
Co-authored-by: Peter McNeeley <[email protected]>
Co-authored-by: Mehmet Oguz Derin <[email protected]>
0 commit comments