You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where each instance is a different channel of training data.
72
-
hyperparameters (dict, optional): Parameters used for training.
73
-
Hyperparameters supplied will be merged with the Hyperparameters specified in the estimator.
72
+
hyperparameters: Parameters used for training.
73
+
* (dict, optional) - Hyperparameters supplied will be merged with the Hyperparameters specified in the estimator.
74
74
If there are duplicate entries, the value provided through this property will be used. (Default: Hyperparameters specified in the estimator.)
75
+
* (Placeholder, optional) - The TrainingStep will use the hyperparameters specified by the Placeholder's value instead of the hyperparameters specified in the estimator.
75
76
mini_batch_size (int): Specify this argument only when estimator is a built-in estimator of an Amazon algorithm. For other estimators, batch size should be specified in the estimator.
76
77
experiment_config (dict, optional): Specify the experiment config for the training. (Default: None)
77
78
wait_for_completion (bool, optional): Boolean value set to `True` if the Task state should wait for the training job to complete before proceeding to the next step in the workflow. Set to `False` if the Task state should submit the training job and proceed to the next step. (default: True)
0 commit comments