From 7e0d22d23c1fbf74e8cd99ff2660a87124ba56be Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Mon, 17 Feb 2020 14:39:48 +0200
Subject: [PATCH] Uncomment mistakenly commented line in ResNet18 PTQ LAPQ yaml

---
 .../post_train_quant/resnet18_imagenet_post_train_lapq.yaml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml b/examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml
index b920326..c0b7348 100644
--- a/examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml
+++ b/examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml
@@ -21,7 +21,7 @@ quantizers:
     mode:
       activations: ASYMMETRIC_UNSIGNED
       weights: SYMMETRIC
-    # model_activation_stats: ../quantization/post_train_quant/stats/resnet18_quant_stats.yaml
+    model_activation_stats: ../quantization/post_train_quant/stats/resnet18_quant_stats.yaml
     per_channel_wts: False
     inputs_quant_auto_fallback: True
 
-- 
GitLab