From bf18da16bcc258f9c9a8f0dd8a4c244c2dcf80a0 Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Mon, 3 Feb 2020 10:25:28 +0200
Subject: [PATCH] Fix path in 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 4616d21..87b42f2 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
@@ -48,7 +48,7 @@ quantizers:
 # Example invocations:
 #   * Preliminaries:
 #       cd <distiller_root>/distiller/quantization
-#       CONFIG_FILE="<distiller_root>/examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml"
+#       CONFIG_FILE="../../examples/quantization/post_train_quant/resnet18_imagenet_post_train_lapq.yaml"
 #
 #   * Using L3 initialization:
 #     Command:
-- 
GitLab