Skip to content

Commit 786e16b

Browse files
committed
test notebooks
1 parent 673eec4 commit 786e16b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws_sagemaker_studio/frameworks/mxnet_onnx_ei/mxnet_onnx_ei.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Hosting ONNX models with Amazon Elastic Inference\n",
7+
"# Hosting ONNX models with Amazon Elastic Inference (Testing)\n",
88
"\n",
99
"*(This notebook was tested with the \"Python 3 (MXNet CPU Optimized)\" kernel.)*\n",
1010
"\n",

sagemaker-python-sdk/mxnet_gluon_mnist/mxnet_mnist_with_gluon.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"## MNIST Training with MXNet and Gluon\n",
7+
"## MNIST Training with MXNet and Gluon (Testing)\n",
88
"\n",
99
"MNIST is a widely used dataset for handwritten digit classification. It consists of 70,000 labeled 28x28 pixel grayscale images of hand-written digits. The dataset is split into 60,000 training images and 10,000 test images. There are 10 classes (one for each of the 10 digits). This tutorial will show how to train and test an MNIST model on SageMaker using MXNet and the Gluon API.\n",
1010
"\n"

0 commit comments

Comments
 (0)