Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove timeouts for AutoMode to reduce potential for confusion #1968

Merged
merged 8 commits into from
Dec 12, 2022
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": {
sharma-riti marked this conversation as resolved.
Show resolved Hide resolved
"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
}