Skip to content

Commit 122ae25

Browse files
committed
Add import sagemaker_containers to mnist user script to keep it more consistent with blog post.
1 parent cd8c3ab commit 122ae25

File tree

1 file changed

+1
-0
lines changed
  • sagemaker-python-sdk/pytorch_mnist

1 file changed

+1
-0
lines changed

sagemaker-python-sdk/pytorch_mnist/mnist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import json
33
import logging
44
import os
5+
import sagemaker_containers
56
import sys
67
import torch
78
import torch.distributed as dist

0 commit comments

Comments
 (0)