Skip to content

Commit

Permalink
Adjust HyperParameterTuningJobConfig values (apache#28368)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruzzi authored Dec 14, 2022
1 parent 753b9ec commit fbbd453
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/system/providers/amazon/aws/example_sagemaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,8 @@ def set_up(env_id, role_arn):
"Type": "Maximize",
},
"ResourceLimits": {
# You would bump these up in production as appropriate.
"MaxNumberOfTrainingJobs": 2,
"MaxParallelTrainingJobs": 2,
"MaxNumberOfTrainingJobs": 10,
"MaxParallelTrainingJobs": 10,
},
"ParameterRanges": {
"CategoricalParameterRanges": [],
Expand Down

0 comments on commit fbbd453

Please sign in to comment.