Skip to content

Commit 8b8686f

Browse files
author
Hongshan Li
committed
small fix
1 parent 70b78d2 commit 8b8686f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

utils/datasets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import boto3
2+
import os
23

34
PUBLIC_BUCKET = "sagemaker-sample-files"
45

utils/tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import datasets
2+
3+
datasets.download_mnist()

0 commit comments

Comments
 (0)