converting to float32 before torch.mean() #704
arashmehrabiparsa
started this conversation in
General
Replies: 1 comment
-
Yeah, it like specifying
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
how do we convert from different datatypes to float32 in order to perform the torch.mean() https://youtu.be/Z_ikDlimN6A?si=2NSR412c0y1Vpjpl&t=10073? , it seems it converts automatically when specifying x.type(torch.float32) right?
Beta Was this translation helpful? Give feedback.
All reactions