could not work on cuda #72
MahmoodSpewAfsh
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Hi, I wanted to run the code on cuda but I get the error :
--> 114 torch.eq(
115 energies,
116 self.energies,
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
which is in the stop_window file, how can I fix that?
Beta Was this translation helpful? Give feedback.
All reactions