load_model-VaeModel-method: load_model

load_model,VaeModel-methodR Documentation

load_model

Description

Load a pretrained VaeModel

Usage

## S4 method for signature 'VaeModel'
load_model(model, dir = "character")

Arguments

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'

Value

a VaeModel object


gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.