From 6b39f1fa92f96ab04d8bcc038b8ab42ac8d2ba42 Mon Sep 17 00:00:00 2001
From: Guy Jacob <guy.jacob@intel.com>
Date: Fri, 9 Aug 2019 02:06:47 +0300
Subject: [PATCH] Update NCF README.md

---
 examples/ncf/README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/ncf/README.md b/examples/ncf/README.md
index 827893e..eac9b0c 100644
--- a/examples/ncf/README.md
+++ b/examples/ncf/README.md
@@ -15,7 +15,8 @@ We've made several modifications to the code:
 * In `dataset.py`:
   * Speed up data loading - On first data will is loaded from CSVs and then pickled. On subsequent runs the pickle is loaded. This is much faster than the original implementation, but still very slow.
   * Added progress indication during data load process
-* Removed some irrelevant content from this README
+
+The sample command lines provided [below](#running-the-sample) focus on **post-training quantization**. We did integrate the capability to run quantization-aware training into `ncf.py`. We'll add examples for this at a later time.
 
 ## Problem
 
-- 
GitLab