torch_serialize | R Documentation |
It's just a wraper around torch_save()
.
torch_serialize(obj, ...)
obj |
the saved object |
... |
Additional arguments passed to |
A raw vector containing the serialized object. Can be reloaded using
torch_load()
.
Other torch_save:
torch_load()
,
torch_save()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.