vaeac_get_model_from_checkp {shapr} | R Documentation |
Function to load a vaeac
model and set it in the right state and mode
Description
Function to load a vaeac
model and set it in the right state and mode
Usage
vaeac_get_model_from_checkp(checkpoint, cuda, mode_train)
Arguments
checkpoint |
List. This must be a loaded |
cuda |
Logical (default is |
mode_train |
Logical. If |
Value
A vaeac
model with the correct state (based on checkpoint
), sent to the desired hardware (based on
cuda
), and in the right mode (based on mode_train
).
Author(s)
Lars Henry Berge Olsen