Skip to content

Commit 66ecd55

Browse files
committed
PM feedback
1 parent 676cd23 commit 66ecd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-with-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following code mounts `dataset` to the temp directory at `mounted_path`
117117
import tempfile
118118
mounted_path = tempfile.mkdtemp()
119119

120-
# mount mnist dataset onto notebook VM
120+
# mount dataset onto the mounted_path of a Linux-based compute
121121
mount_context = dataset.mount(mounted_path)
122122

123123
mount_context.start()

0 commit comments

Comments
 (0)