Skip to content

Commit 55d26f5

Browse files
authored
fix invalid json in MNIST notetook (#1594)
1 parent dcc539c commit 55d26f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-experiments/mnist-handwritten-digits-classification-experiment/mnist-handwritten-digits-classification-experiment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"!{sys.executable} -m pip install torch==1.1.0\n",
6666
"!{sys.executable} -m pip install torchvision==0.3.0\n",
6767
"!{sys.executable} -m pip install pillow==6.2.2 ",
68-
"!{sys.executable} -m pip install --upgrade sagemaker",
68+
"!{sys.executable} -m pip install --upgrade sagemaker"
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)