check_input_args_fit: Function to check if inputs are supported by corresponding...

View source: R/torch_helpers.R

check_input_args_fitR Documentation

Function to check if inputs are supported by corresponding fit function

Description

Function to check if inputs are supported by corresponding fit function

Usage

check_input_args_fit(args, fit_fun)

Arguments

args

list; list of arguments used in fit process

fit_fun

used fit function (e.g. fit.keras.engine.training.Model)

Value

stop message if inputs are not supported


deepregression documentation built on Sept. 9, 2025, 5:27 p.m.