vaeac
modelFunction to printout a training summary for the vaeac
model
vaeac_print_train_summary(best_epoch, best_epoch_running, last_state)
This function only prints out a message.
Positive integer. The epoch with the lowest validation error.
Positive integer. The epoch with the lowest running validation error.
The state list (i.e., the saved vaeac
object)
of vaeac
model at the epoch with the lowest IWAE.
Lars Henry Berge Olsen