From 4c7fac70fb245f30ccf9d096ff7da45e2be02249 Mon Sep 17 00:00:00 2001 From: Jacob Marks Date: Wed, 7 Aug 2024 11:02:12 -0500 Subject: [PATCH] Typo fix in config --- config/cifar10.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)