[b37180]: / settings.py

Download this file

8 lines (7 with data), 86 Bytes

1
2
3
4
5
6
7
batch_size = 64
epochs = 50
workers = 4
lr = 0.001
momentum=0.9
step_size=7
gamma=0.1