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
Loss of precision is observed in several Heat functions when using the float64 data type. This is due to pre-conversion to float32 (the pytorch default floating data type) before converting the resulting tensor back to float64.
What happened?
Loss of precision is observed in several Heat functions when using the
float64
data type. This is due to pre-conversion tofloat32
(the pytorch default floating data type) before converting the resulting tensor back tofloat64
.The following functions are affected:
arange
array
linspace
abs
Code snippet
Version
main (development branch)
Python version
3.10
PyTorch version
1.11
The text was updated successfully, but these errors were encountered: