Skip to content

Commit

Permalink
remove unused random_split import from tutorial (#15716)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiftachbeer authored Nov 17, 2022
1 parent 13eb2a1 commit b40ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source-pytorch/model/train_model_basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the relevant imports at the top of the file
import torch.nn.functional as F
from torchvision import transforms
from torchvision.datasets import MNIST
from torch.utils.data import DataLoader, random_split
from torch.utils.data import DataLoader
import pytorch_lightning as pl
----
Expand Down

0 comments on commit b40ca0e

Please sign in to comment.