TrainingParameters Class

Parameters used for training.

Inheritance
TrainingParameters

Constructor

TrainingParameters(*, selected_tags=None, custom_base_model_info=None, **kwargs)

Parameters

selected_tags
list[str]
Required

List of tags selected for this training session, other tags in the project will be ignored.

custom_base_model_info
CustomBaseModelInfo
Required

Information of the previously trained iteration which provides the base model for current iteration's training.