Skip to content

Commit

Permalink
Add parameters tag to cells require value from user (aws#800)
Browse files Browse the repository at this point in the history
* Add parameters tag to cells require value from user

* Update Image-classification-lst-format-highlevel.ipynb
  • Loading branch information
AnkitMethwani authored and neelamgehlot committed Jul 15, 2019
1 parent 3878663 commit 80333fd
Show file tree
Hide file tree
Showing 37 changed files with 194 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -785,6 +788,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Environment (conda_python3)",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -581,6 +584,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_python3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"prameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -378,6 +381,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Environment (conda_mxnet_p36)",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"import boto3\n",
Expand Down Expand Up @@ -207,6 +211,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_python3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"import boto3\n",
Expand Down Expand Up @@ -354,6 +358,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -420,6 +423,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Environment (conda_python3)",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"%%time\n",
Expand Down Expand Up @@ -599,6 +603,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -763,6 +766,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"source": [
"#### Clean up\n",
"\n",
"When we're done with the endpoint, we can just delete it and the backing instances will be released. Uncomment and run the following cell to delete the endpoint"
"When we're done with the endpoint, we can just delete it and the backing instances will be released."
]
},
{
Expand All @@ -400,7 +400,7 @@
"metadata": {},
"outputs": [],
"source": [
"#ic_classifier.delete_endpoint()"
"ic_classifier.delete_endpoint()"
]
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -525,7 +528,7 @@
"execution_count": null,
"metadata": {
"collapsed": true
},
},
"outputs": [],
"source": [
"timestamp = time.strftime('-%Y-%m-%d-%H-%M-%S', time.gmtime())\n",
Expand Down Expand Up @@ -567,7 +570,7 @@
"execution_count": null,
"metadata": {
"collapsed": true
},
},
"outputs": [],
"source": [
"sagemaker = boto3.client('sagemaker')\n",
Expand Down Expand Up @@ -850,6 +853,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
"collapsed": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -770,6 +773,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -596,6 +599,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_mxnet_p36",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -400,6 +403,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_python3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
"execution_count": null,
"metadata": {
"collapsed": true,
"isConfigCell": true
"isConfigCell": true,
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -522,6 +525,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Environment (conda_python3)",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"import boto3 \n",
Expand Down Expand Up @@ -1107,6 +1111,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"bucket='<<bucket-name>>' # customize to your bucket\n",
Expand Down Expand Up @@ -852,6 +856,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"## Input data bucket and prefix\n",
Expand Down Expand Up @@ -1629,6 +1633,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"parameters"
]
},
"outputs": [],
"source": [
"bucket = '<your_s3_bucket_name_here>' # custom bucket name.\n",
Expand Down Expand Up @@ -1196,6 +1200,7 @@
}
],
"metadata": {
"celltoolbar": "Tags",
"kernelspec": {
"display_name": "conda_python3",
"language": "python",
Expand Down
Loading

0 comments on commit 80333fd

Please sign in to comment.