File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
azure-ai-ml/tests/automl_job/e2etests Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4
4
template : ./tests.yml
5
5
parameters :
6
6
TestMarkArgument : " automl_test"
7
+ TestTimeoutInMinutes : 480
7
8
CloudConfig :
8
9
Public :
9
10
SubscriptionConfiguration : $(python-ml-automl-sub-scope)
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ def test_image_segmentation_run(
98
98
image_instance_segmentation_job_sweep .extend_search_space (
99
99
[
100
100
SearchSpace (
101
- model_name = Choice (["mask_rcnn_swin-s- p4-w7_fpn_fp16_ms -crop-3x_coco" ]),
101
+ model_name = Choice (["mask-rcnn_swin-t- p4-w7_fpn_amp-ms -crop-3x_coco" ]),
102
102
number_of_epochs = Choice ([1 ]),
103
103
gradient_accumulation_step = Choice ([1 ]),
104
104
learning_rate = Choice ([0.005 ]),
@@ -118,7 +118,7 @@ def test_image_segmentation_run(
118
118
)
119
119
image_instance_segmentation_job_individual = copy .deepcopy (image_instance_segmentation_job )
120
120
image_instance_segmentation_job_individual .set_training_parameters (
121
- model_name = "mask_rcnn_swin-s- p4-w7_fpn_fp16_ms -crop-3x_coco" , number_of_epochs = 1
121
+ model_name = "mask-rcnn_swin-t- p4-w7_fpn_amp-ms -crop-3x_coco" , number_of_epochs = 1
122
122
)
123
123
image_instance_segmentation_job_reuse = copy .deepcopy (image_instance_segmentation_job_individual )
124
124
else :
Original file line number Diff line number Diff line change @@ -10,13 +10,17 @@ parameters:
10
10
Location : eastus2euap
11
11
MatrixReplace :
12
12
- TestSamples=.*/true
13
+ - name : TestTimeoutInMinutes
14
+ type : number
15
+ default : 270
16
+
13
17
stages :
14
18
- template : ../../eng/pipelines/templates/stages/archetype-sdk-tests.yml
15
19
parameters :
16
20
ServiceDirectory : ml
17
21
MatrixReplace :
18
22
- TestSamples=.*/true
19
- TestTimeoutInMinutes : 270
23
+ TestTimeoutInMinutes : ${{ parameters.TestTimeoutInMinutes }}
20
24
TestMarkArgument : ${{ parameters.TestMarkArgument }}
21
25
CloudConfig : ${{ parameters.CloudConfig }}
22
26
EnvVars :
You can’t perform that action at this time.
0 commit comments