File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2147,7 +2147,6 @@ def __init__(
2147
2147
self ._hyperparameters = hyperparameters or {}
2148
2148
self .checkpoint_s3_uri = checkpoint_s3_uri
2149
2149
self .checkpoint_local_path = checkpoint_local_path
2150
-
2151
2150
self .enable_sagemaker_metrics = enable_sagemaker_metrics
2152
2151
2153
2152
def _prepare_for_training (self , job_name = None ):
@@ -2200,6 +2199,7 @@ def _prepare_for_training(self, job_name=None):
2200
2199
self ._hyperparameters [CONTAINER_LOG_LEVEL_PARAM_NAME ] = self .container_log_level
2201
2200
self ._hyperparameters [JOB_NAME_PARAM_NAME ] = self ._current_job_name
2202
2201
self ._hyperparameters [SAGEMAKER_REGION_PARAM_NAME ] = self .sagemaker_session .boto_region_name
2202
+
2203
2203
self ._validate_and_set_debugger_configs ()
2204
2204
2205
2205
def _validate_and_set_debugger_configs (self ):
You can’t perform that action at this time.
0 commit comments