Skip to content

Commit 3f4d7ad

Browse files
author
EC2 Default User
committed
edit advanced_functionality/tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb
1 parent 153fac0 commit 3f4d7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advanced_functionality/tensorflow_bring_your_own/tensorflow_bring_your_own.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"cell_type": "markdown",
7373
"metadata": {},
7474
"source": [
75-
"# Part 1: Packaging and Uploading your Algorithm for use with Amazon SageMaker\n",
75+
"## Part 1: Packaging and Uploading your Algorithm for use with Amazon SageMaker\n",
7676
"\n",
7777
"### An overview of Docker\n",
7878
"\n",
@@ -449,7 +449,7 @@
449449
"cell_type": "markdown",
450450
"metadata": {},
451451
"source": [
452-
"# Part 2: Training and Hosting your Algorithm in Amazon SageMaker\n",
452+
"## Part 2: Training and Hosting your Algorithm in Amazon SageMaker\n",
453453
"Once you have your container packaged, you can use it to train and serve models. Let's do that with the algorithm we made above.\n",
454454
"\n",
455455
"## Set up the environment\n",
@@ -608,7 +608,7 @@
608608
"cell_type": "markdown",
609609
"metadata": {},
610610
"source": [
611-
"# Reference\n",
611+
"## Reference\n",
612612
"- [How Amazon SageMaker interacts with your Docker container for training](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo.html)\n",
613613
"- [How Amazon SageMaker interacts with your Docker container for inference](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html)\n",
614614
"- [CIFAR-10 Dataset](https://www.cs.toronto.edu/~kriz/cifar.html)\n",

0 commit comments

Comments
 (0)