Skip to content

Commit 588ee59

Browse files
Remove obsolete import (#2059)
1 parent 6b3af99 commit 588ee59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/basics/optimization_tutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from torch import nn
2929
from torch.utils.data import DataLoader
3030
from torchvision import datasets
31-
from torchvision.transforms import ToTensor, Lambda
31+
from torchvision.transforms import ToTensor
3232

3333
training_data = datasets.FashionMNIST(
3434
root="data",

0 commit comments

Comments
 (0)