Closed sapoluri closed 4 years ago
The execution bails out at the end of the first iteration with the above error:
How to fix it: everywhere you call .to(device) you need to change it to = .to(device).
The "to" function call isn't modifying the object it's called upon.
Thank you. Fixed in 76f2896.
The execution bails out at the end of the first iteration with the above error:
How to fix it: everywhere you call.to(device) you need to change it to = .to(device).
The "to" function call isn't modifying the object it's called upon.