It's just a wraper around torch_save()
.
Arguments
- obj
the saved object
- ...
Additional arguments passed to
torch_save()
.obj
andpath
are not accepted as they are set bytorch_serialize()
.
Value
A raw vector containing the serialized object. Can be reloaded using
torch_load()
.
See also
Other torch_save:
torch_load()
,
torch_save()