gcae_train_more: Continue training a model, and save its state at certain...

View source: R/gcae_train_more.R

gcae_train_moreR Documentation

Continue training a model, and save its state at certain epochs to disk.

Description

Continue training a model, and save its state at certain epochs to disk. use the GCAE command-line interface.

Usage

gcae_train_more(
  gcae_setup = create_test_gcae_setup(),
  resume_from = 0,
  epochs = 1,
  save_interval = 1,
  gcae_options = create_gcae_options(),
  verbose = FALSE
)

Arguments

gcae_setup

GCAE model setup, as created by create_gcae_setup, read from file by read_gcae_setup_file, checked by check_gcae_setup, and saved to file by save_gcae_setup.

resume_from

the epoch to resume from, as checked by check_resume_from

epochs

number of epochs, as checked by check_epochs

save_interval

epoch intervals at which to save state of model, and at which to calculate the valid loss

gcae_options

options to run GCAE, as created by create_gcae_options

verbose

the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid.

Details

To simply run the model from epoch zero, use gcae_train

Value

full paths to the created files

Author(s)

Richèl J.C. Bilderbeek

See Also

Use gcae_train to do train from epoch zero to end in one go. Use create_gcae_train_more_args to get the command-line arguments.


richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.