torch_save | R Documentation |
This function is experimental, don't use for long term storage.
torch_save(obj, path, ..., compress = TRUE)
obj |
the saved object |
path |
a connection or the name of the file to save. |
... |
not currently used. |
compress |
a logical specifying whether saving to a named file is to use "gzip" compression, or one of "gzip", "bzip2" or "xz" to indicate the type of compression to be used. Ignored if file is a connection. |
Other torch_save:
torch_load()
,
torch_serialize()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.