diff --git a/config/cifar10.py b/config/cifar10.py index 6ee7ed0..c5d8fe0 100644 --- a/config/cifar10.py +++ b/config/cifar10.py @@ -26,7 +26,7 @@ ) -accuracy = dict(topk = 1, threth = 0.5) +accuracy = dict(topk = 1, thresh = 0.5) n_epoch = 10 print_freq = 390 details = False @@ -70,4 +70,4 @@ k = 10, name = 'simifeat', method = 'rank' -) \ No newline at end of file +)