Spaces:
Sleeping
Sleeping
File size: 272 Bytes
af3a445 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
batch_size = 128
shuffle = true
num_workers= 0
pin_memory = false
[optimizer]
lr = 0.1
momentum = 0.9
[scheduler]
step_size = 15
gamma = 0.1
[training]
num_epochs = 15
[data]
dir_path = 'C:\Users\muthu\GitHub\DATA π\'
[model]
dropout_rate = 0.01
bias = false |