Apple silicon M1: Cannot convert a MPS Tensor to float 64 dtype... #15407
Unanswered
DGKang234
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@DGKang234 As you might have already seen in the PyTorch issue, the float64 is not supported by metal (and thus not supported by PyTorch): pytorch/pytorch#78168 (comment) |
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.
-
I attempt to train SegFormer model which I followed the Roboflow tutorial on my local machine M1 pro: https://www.youtube.com/watch?v=4HNkBMfw-2o&list=WL&index=2&ab_channel=Roboflow
I searched for the error on Google but I have no clue how to solve this problem which seems like on-going problem/bug.
Error message:
Beta Was this translation helpful? Give feedback.
All reactions