From 0cfcf0d71baf720f6b7415963cd82b9be55391f6 Mon Sep 17 00:00:00 2001
From: Neta Zmora <31280975+nzmora@users.noreply.github.com>
Date: Fri, 27 Sep 2019 19:39:30 +0300
Subject: [PATCH] update examples/baseline_networks/README.md

---
 examples/baseline_networks/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/examples/baseline_networks/README.md b/examples/baseline_networks/README.md
index 8c8eaeb..e7567c8 100755
--- a/examples/baseline_networks/README.md
+++ b/examples/baseline_networks/README.md
@@ -1,7 +1,9 @@
 # Training baseline networks
 
-The term baseline networks refers to the trained FP32 networks (models) that we use in compression.
+The term *baseline-networks* refers to the trained FP32 networks (models) that we use in compression.  We use the performance of these networks as the baseline results to which we compare the performance of our compression algorithms.
 
-Besides their use in some algorithms, we also use the performance of these networks as the baseline results to which we compare the results of our compression algorithms.
+This directory contains YAML schedule files that explain:
+1. How we trained our baseline-networks (we provide the command-line we used); and
+2. Contain the performance results of these networks.  
 
-This directory contains YAML schedule files, which contain the command-line and the performance results.  You can use these files to train your own baseline networks.
\ No newline at end of file
+We provide these files for the purpose of reproducibility and documentation.
-- 
GitLab