module documentation

Command line script for training DNN models

Usage:

    > python scripts/train_model.py --help
Variable args Undocumented
Variable callbacks Undocumented
Variable dls Undocumented
Variable early_stopping_variable_dict Undocumented
Variable input_folder Undocumented
Variable input_shape Undocumented
Variable label_function_dict Undocumented
Variable learner Undocumented
Variable learner_export_path Undocumented
Variable loss_func_dict Undocumented
Variable model Undocumented
Variable opt_func Undocumented
Variable opt_func_dict Undocumented
Variable opt_func_str Undocumented
Variable output_name Undocumented
Variable output_path Undocumented
Variable parameter_str Undocumented
Variable parser Undocumented
Variable splitter Undocumented
Variable train_folders_split Undocumented
Variable valid_folders_split Undocumented
Variable _ Undocumented

Undocumented

callbacks = (source)

Undocumented

Undocumented

early_stopping_variable_dict: dict[str, str] = (source)

Undocumented

input_folder = (source)

Undocumented

input_shape = (source)

Undocumented

label_function_dict = (source)

Undocumented

Undocumented

learner_export_path = (source)

Undocumented

loss_func_dict = (source)

Undocumented

Undocumented

opt_func = (source)

Undocumented

opt_func_dict = (source)

Undocumented

opt_func_str = (source)

Undocumented

output_name = (source)

Undocumented

output_path = (source)

Undocumented

parameter_str = (source)

Undocumented

Undocumented

splitter = (source)

Undocumented

train_folders_split = (source)

Undocumented

valid_folders_split = (source)

Undocumented

Undocumented