[Upd] standardization of some files
Compare changes
Files
16@@ -21,7 +21,7 @@ ACCURACIES = (95.4, 94.4) # (97.9, 97.7)
@@ -21,7 +21,7 @@ ACCURACIES = (95.4, 94.4) # (97.9, 97.7)
@@ -50,7 +50,7 @@ def compute_accuracy(model, samples, labels):
@@ -50,7 +50,7 @@ def compute_accuracy(model, samples, labels):
@@ -70,19 +70,20 @@ class test_ptq(unittest.TestCase):
@@ -70,19 +70,20 @@ class test_ptq(unittest.TestCase):
self.assertAlmostEqual(accuracy * 100, ACCURACIES[0], msg='base accuracy does not meet the baseline !', delta=0.1)
@@ -91,14 +92,13 @@ class test_ptq(unittest.TestCase):
@@ -91,14 +92,13 @@ class test_ptq(unittest.TestCase):