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.
69
-
hyperparameters (dict, optional): Specify the hyper parameters for the training. (Default: None)
73
+
hyperparameters (dict, optional): Parameters used for training.
74
+
Hyperparameters supplied will be merged with the Hyperparameters specified in the estimator.
75
+
If there are duplicate entries, the value provided through this property will be used. (Default: Hyperparameters specified in the estimator.)
70
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.
71
77
experiment_config (dict, optional): Specify the experiment config for the training. (Default: None)
72
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