- 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