We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96de17 commit 172fb6aCopy full SHA for 172fb6a
1 file changed
sagemaker-train/src/sagemaker/train/tuner.py
@@ -1465,8 +1465,6 @@ def _build_training_job_definition(self, inputs):
1465
if not any(c.channel_name == channel.channel_name for c in input_data_config):
1466
input_data_config.append(channel)
1467
1468
-<<<<<<< feature_kms_encryped_tuner_output
1469
-=======
1470
# Include channels built by _prepare_model_trainer_for_tuning (sm_drivers, code)
1471
if hasattr(model_trainer, "_tuner_channels") and model_trainer._tuner_channels:
1472
for channel in model_trainer._tuner_channels:
@@ -1482,7 +1480,6 @@ def _build_training_job_definition(self, inputs):
1482
1480
)
1483
1481
1484
1485
->>>>>>> master
1486
# Build resource config
1487
resource_config = ResourceConfig(
1488
instance_type=(
0 commit comments