We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb2a1 commit b40ca0eCopy full SHA for b40ca0e
docs/source-pytorch/model/train_model_basic.rst
@@ -20,7 +20,7 @@ Add the relevant imports at the top of the file
20
import torch.nn.functional as F
21
from torchvision import transforms
22
from torchvision.datasets import MNIST
23
- from torch.utils.data import DataLoader, random_split
+ from torch.utils.data import DataLoader
24
import pytorch_lightning as pl
25
26
----
0 commit comments