torch / cunn

Other
215 stars 174 forks source link

Fix inconsistent in-place and out-of-place for HardTanh #454

Closed ngimel closed 7 years ago

ngimel commented 7 years ago

in-place and out-of-place updateGradOutput results are different where input=min_val or input=max_val

soumith commented 7 years ago

thanks!