You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: sagemaker-python-sdk/mxnet_onnx_superresolution/mxnet_onnx.ipynb
+4-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"cell_type": "markdown",
5
5
"metadata": {},
6
6
"source": [
7
-
"# Importing and hosting an ONNX model with MXNet 1.2.1\n",
7
+
"# Importing and hosting an ONNX model with MXNet\n",
8
8
"\n",
9
9
"The [Open Neural Network Exchange](https://onnx.ai/) (ONNX) is an open format for representing deep learning models with its extensible computation graph model and definitions of built-in operators and standard data types.\n",
10
10
"\n",
@@ -123,7 +123,7 @@
123
123
"* `model_data`: the S3 location of the model data\n",
124
124
"* `entry_point`: the script for model hosting that we looked at above\n",
125
125
"* `role`: the IAM role used\n",
126
-
"* `framework_version`: the MXNet version in use, in this case '1.2.1'\n",
126
+
"* `framework_version`: the MXNet version in use\n",
127
127
"\n",
128
128
"You can read more about creating an `MXNetModel` object in the [SageMaker Python SDK API docs](https://sagemaker.readthedocs.io/en/latest/sagemaker.mxnet.html#mxnet-model)."
0 commit comments