You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, TorchBackend has special logic to be able to serialize GPU tensors, and then deserialize them back on CPU. This logic should be refactored out of the Backends and into TorchCheckpoint.
Open question is what to do about metrics (user reports a GPU tensor as a metric).
The text was updated successfully, but these errors were encountered:
Currently,
TorchBackend
has special logic to be able to serialize GPU tensors, and then deserialize them back on CPU. This logic should be refactored out of the Backends and intoTorchCheckpoint
.Open question is what to do about metrics (user reports a GPU tensor as a metric).
The text was updated successfully, but these errors were encountered: