marshal.luz_module_fitted | R Documentation |
Marshalling of 'torch' objects
## S3 method for class 'luz_module_fitted'
marshal(model, ...)
## S3 method for class 'luz_module_fitted'
marshallable(...)
model |
A |
... |
Not used. |
luz::luz_save()
is used to produce a marshalled version
of the original object.
luz::luz_load()
is used to reconstruct a version of the
original object from the marshalled object.
A marshalled
object as described in marshal()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.