Skip to content

Commit 29fe1da

Browse files
jiny419Jiny491
andauthored
Fix import statement in tutorial (#13130)
fix tutorial Co-authored-by: Jiny491 <[email protected]>
1 parent 45f57fd commit 29fe1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/starter/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ A LightningModule enables your PyTorch nn.Module to play together in complex way
115115

116116
import os
117117
from torch import optim, nn, utils, Tensor
118-
from tests.helpers.datasets import MNIST
118+
from torchvision.datasets import MNIST
119119
import pytorch_lightning as pl
120120

121121
# define any number of nn.Modules (or use your current ones)

0 commit comments

Comments
 (0)