check_losses_from_train_v_table: Check if the 'losses_from_train_v_table' is valid

View source: R/check_losses_from_train_v_table.R

check_losses_from_train_v_tableR Documentation

Check if the losses_from_train_v_table is valid

Description

Check if the losses_from_train_v_table is valid Will stop if not.

Usage

check_losses_from_train_v_table(losses_from_train_v_table)

Arguments

losses_from_train_v_table

losses from training, measured in the validation step, as can be checked by check_losses_from_train_v_table

Value

Nothing. Will stop if losses_from_train_v_table is invalid.

Author(s)

Richèl J.C. Bilderbeek

Examples

losses_from_train_v_table <- create_test_losses_from_train_v_table()
check_losses_from_train_v_table(losses_from_train_v_table)

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