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
As of now we have to use torch.save to save objects. it would be nice to save models with another method like torch.jit or pickle for general files like a log file.
I can proceed with a pr if you like.
The text was updated successfully, but these errors were encountered:
As of now we have to use
torch.save
to save objects. it would be nice to save models with another method liketorch.jit
orpickle
for general files like a log file.I can proceed with a pr if you like.
The text was updated successfully, but these errors were encountered: