restoreLSTMcheckpoint: restoreLstmCheckpoint

Description Usage Arguments Value See Also

Description

function to restore logged checkpoint from mxLSTM model

Usage

1
restoreLstmCheckpoint(model, checkpointNumber = NULL)

Arguments

model

the model as returned by fitLSTMmodel or mxLSTM. Is returned as model$finalModel by train

checkpointNumber

The number of the checkpoint to restore. Investigate the training history with plot_trainHistory to choose a checkpoint.

Value

the updated model. Parameters are set to the checkpoint and model$log$activeCheckpoint is updated.

See Also

plot_trainHistory


MarkusBonsch/mxLSTM documentation built on May 28, 2019, 6:40 a.m.