View source: R/torch_helpers.R
check_input_args_fit | R Documentation |
Function to check if inputs are supported by corresponding fit function
check_input_args_fit(args, fit_fun)
args |
list; list of arguments used in fit process |
fit_fun |
used fit function (e.g. fit.keras.engine.training.Model) |
stop message if inputs are not supported
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.