remove unused random_split import from tutorial (#15716)
This commit is contained in:
parent
13eb2a1f91
commit
b40ca0ece5
|
@ -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
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in New Issue