Open telpirion opened 1 week ago
The torch.save method requires a file path or file-like object as an argument.
torch.save
Best way to improve this is to Save to a bytes IO file-like object, so as to make saving to GCS easier.
The
torch.save
method requires a file path or file-like object as an argument.Best way to improve this is to Save to a bytes IO file-like object, so as to make saving to GCS easier.