Skip to content

Commit

Permalink
updated config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IshanRattan committed Aug 7, 2024
1 parent ea8c7d6 commit 2bd6a6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dl/image/classification/cifar10/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
class_names = ('plane', 'car', 'bird', 'cat', 'deer', 'dog', 'frog', 'horse', 'ship', 'truck')
data_path = './dataset/'
batch_size = 64
device = 'mps'
device = 'mps'

########################
learning_rate = .01

0 comments on commit 2bd6a6c

Please sign in to comment.