diff --git a/README.md b/README.md index b6d1246e00897d0e658ab53855ab173cdb00fb9e..a1d9fcba2b4c34d8ed75406cda0aa20ffa57c7be 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 <br /> MATCH THESE in ClassificationExample.ipynb <br />  +- 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 />