View source: R/textmodel_mlp.R
save.textmodel_cnnlstmemb | R Documentation |
Functions for loading and saving keras-based models. Because these are
stored as references, they need to be "serialized" prior to saving, or
serialized upon loading. This applies to models fit using
textmodel_cnnlstmemb()
and textmodel_mlp()
.
## S3 method for class 'textmodel_cnnlstmemb'
save(x, ...)
## S3 method for class 'textmodel_cnnlstmemb'
load(x, ...)
## S3 method for class 'textmodel_mlp'
save(x, ...)
## S3 method for class 'textmodel_mlp'
load(x, ...)
x |
a keras-based fitted textmodel |
... |
additional arguments passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.