powered by
It's just a wraper around torch_save().
torch_save()
torch_serialize(obj, ...)
A raw vector containing the serialized object. Can be reloaded using torch_load().
torch_load()
the saved object
Additional arguments passed to torch_save(). obj and path are not accepted as they are set by torch_serialize().
obj
path
torch_serialize()
Other torch_save: torch_load(), torch_save()