Skip to content

Commit

Permalink
updated train.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanRattan committed Aug 7, 2024
1 parent 215e68b commit 3a34bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dl/image/classification/cifar10/train.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@


from image_transformation import transformations
import torch.nn as nn
import torchvision

train_set = torchvision.datasets.CIFAR10(root=data_path, train=True, transform=transformations()['train'],
Expand Down

0 comments on commit 3a34bf8

Please sign in to comment.