When training from saved checkpoint: RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu!
#395
Labels
bug
Something isn't working
Version
Describe the bug
When the training of a model is done, the checkpoint is saved. When I want to continue training from that saved checkpoint, I get the error:
Code To Reproduce
Expected behavior
I expect the training should continue from the saved checkpoint without problems. How do I solve this issue when training from a saved checkpoint?
Screenshots
The text was updated successfully, but these errors were encountered: