View source: R/check_train_times_table.R
check_train_times_table | R Documentation |
train_times_table
is validCheck if the train_times_table
is valid
Will stop if not.
check_train_times_table(train_times_table)
train_times_table |
a table with training time per epoch, as can be checked with check_train_times_table |
Nothing.
Will stop if train_times_table
is invalid.
Richèl J.C. Bilderbeek
train_times_table <- create_test_train_times_table()
check_train_times_table(train_times_table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.