View source: R/gcae_train_more.R
gcae_train_more | R Documentation |
Continue training a model, and save its state at certain epochs to disk. use the GCAE command-line interface.
gcae_train_more(
gcae_setup = create_test_gcae_setup(),
resume_from = 0,
epochs = 1,
save_interval = 1,
gcae_options = create_gcae_options(),
verbose = FALSE
)
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. |
To simply run the model from epoch zero, use gcae_train
full paths to the created files
Richèl J.C. Bilderbeek
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.