load_model,VaeModel-method | R Documentation |
Load a pretrained VaeModel
## S4 method for signature 'VaeModel'
load_model(model, dir = "character")
model |
a VaeModel object |
dir |
Model directory. The index file should be 'filename.index' and the data file should be 'filename.data-00000-of-00001' |
a VaeModel object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.