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
Yes, this is expected. For 99% of users, moving data from CPU to GPU would want it to be Float32 (or whatever is the best choice for that accelerator). The remaining 1% definitely know what they are doing and can make the data Float64 using |> f64.
The following definition would change
x
of dtype Float64 toFloat32
.The text was updated successfully, but these errors were encountered: