From 2c562285873f714877559c9caeedd9800ce54ce3 Mon Sep 17 00:00:00 2001
From: Byungheong Jeong <byungheon.jeong@gmail.com>
Date: Thu, 4 Jun 2020 11:45:40 -0700
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b6d1246..a1d9fcb 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,12 @@ The following must be set
 - LRFIND_PLOT_PATH = Where the learning rate finder graph should go
 - TRAINING_PLOT_PATH = Where the training plot graph (loss & accuracy graphs) shoud go 
 3. Loading Data
-There shouldn't be a need to edit this, unless another data loading solution is desired. This section also splits the data into training  
+- Use the load_dataset() function of the load_data notebook ONLY for HPWREN HWB Database 
+- Otherwise, change the script so that the following numpy arrays are generated, if you want to use the prebuild loader in the Training notebook 
+MAKE SURE THESE in load_data.ipynb ![](screenshots/loading_in.PNG)<br /> MATCH THESE in ClassificationExample.ipynb <br /> ![](screenshot/loading_to.PNG)
+- Use the def loadData(pathToFiles) in ClassificationExample.ipynb
+
+
 4. Image Load Tester
 Tests the images to see if the loading worked
 5. Model Initialization <br />
-- 
GitLab