Skip to content

Commit

Permalink
Remove timeouts for AutoMode to reduce potential for confusion (#1968)
Browse files Browse the repository at this point in the history
* Remove timeout for AutoMode examples.

* Reformat.

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multiclass-task-fridge-items/automl-image-classification-multiclass-task-fridge-items.ipynb

Co-authored-by: sharma-riti <52715641+sharma-riti@users.noreply.github.com>

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-classification-multilabel-task-fridge-items/automl-image-classification-multilabel-task-fridge-items.ipynb

Co-authored-by: sharma-riti <52715641+sharma-riti@users.noreply.github.com>

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb

Co-authored-by: sharma-riti <52715641+sharma-riti@users.noreply.github.com>

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items/automl-image-instance-segmentation-task-fridge-items.ipynb

Co-authored-by: sharma-riti <52715641+sharma-riti@users.noreply.github.com>

* Fix the suggestions.

Co-authored-by: sharma-riti <52715641+sharma-riti@users.noreply.github.com>
  • Loading branch information
rdondera-microsoft and sharma-riti committed Dec 12, 2022
1 parent 00b4d27 commit 72d187e
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ validation_data:
type: mltable

limits:
timeout_minutes: 60
max_trials: 10
max_concurrent_trials: 2
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ validation_data:
type: mltable

limits:
timeout_minutes: 60
max_trials: 10
max_concurrent_trials: 2
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ validation_data:
type: mltable

limits:
timeout_minutes: 60
max_trials: 10
max_concurrent_trials: 2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ validation_data:

# <limit_settings>
limits:
timeout_minutes: 60
max_trials: 10
max_concurrent_trials: 2
# </limit_settings>
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@
")\n",
"\n",
"image_classification_job.set_limits(\n",
" timeout_minutes=60, max_trials=5, max_concurrent_trials=2\n",
" max_trials=10,\n",
" max_concurrent_trials=2,\n",
")"
]
},
Expand Down Expand Up @@ -1395,41 +1396,40 @@
}
],
"metadata": {
"interpreter": {
"hash": "da404a94b19d2e6a57be28cbcf6e71fbd41612916c3423bc5e257c11b3d83fa0"
},
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
"interpreter": {
"hash": "da404a94b19d2e6a57be28cbcf6e71fbd41612916c3423bc5e257c11b3d83fa0"
},
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"nbformat": 4,
"nbformat_minor": 4
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}

},
"nbformat": 4,
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@
")\n",
"\n",
"image_classification_multilabel_job.set_limits(\n",
" timeout_minutes=60, max_trials=5, max_concurrent_trials=2\n",
" max_trials=10,\n",
" max_concurrent_trials=2,\n",
")"
]
},
Expand Down Expand Up @@ -1391,38 +1392,37 @@
}
],
"metadata": {
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"nbformat": 4,
"nbformat_minor": 4
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.12"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}

},
"nbformat": 4,
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,8 @@
")\n",
"\n",
"image_instance_segmentation_job.set_limits(\n",
" timeout_minutes=60, max_trials=5, max_concurrent_trials=2\n",
" max_trials=10,\n",
" max_concurrent_trials=2,\n",
")"
]
},
Expand Down Expand Up @@ -1290,37 +1291,37 @@
}
],
"metadata": {
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"nbformat": 4,
"nbformat_minor": 4
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.10"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,8 @@
")\n",
"\n",
"image_object_detection_job.set_limits(\n",
" timeout_minutes=60, max_trials=5, max_concurrent_trials=2\n",
" max_trials=10,\n",
" max_concurrent_trials=2,\n",
")"
]
},
Expand Down Expand Up @@ -1435,40 +1436,40 @@
}
],
"metadata": {
"interpreter": {
"hash": "c436929fd2d0a15e8f5a4bf2b00fe0013508b12c8f1f7fa176c1f6c61998c0e5"
},
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
"interpreter": {
"hash": "c436929fd2d0a15e8f5a4bf2b00fe0013508b12c8f1f7fa176c1f6c61998c0e5"
},
"kernel_info": {
"name": "python3-azureml"
},
"kernelspec": {
"display_name": "Python 3.10 - SDK V2",
"language": "python",
"name": "python310-sdkv2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"nbformat": 4,
"nbformat_minor": 4
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
},
"microsoft": {
"host": {
"AzureML": {
"notebookHasBeenCompleted": true
}
}
},
"nteract": {
"version": "nteract-front-end@1.0.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}

0 comments on commit 72d187e

Please sign in to comment.