View source: R/parse_train_filenames.R
parse_train_filenames | R Documentation |
Parse the data from the files produced by gcae_train
parse_train_filenames(train_filenames)
train_filenames |
path to the files as created (and returned) by gcae_train |
a list of tibbles
train_times
: time in seconds to train each epoch
losses_from_train_t
: loss function value on the training set per epoch
losses_from_train_v
: loss function value on the validation set per epoch
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.