check_train_times_table: Check if the 'train_times_table' is valid

View source: R/check_train_times_table.R

check_train_times_tableR Documentation

Check if the train_times_table is valid

Description

Check if the train_times_table is valid Will stop if not.

Usage

check_train_times_table(train_times_table)

Arguments

train_times_table

a table with training time per epoch, as can be checked with check_train_times_table

Value

Nothing. Will stop if train_times_table is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

train_times_table <- create_test_train_times_table()
check_train_times_table(train_times_table)

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