Henry-2000 / NILM_with_PLAID_dataset

In this repository are available codes in python for implementation of classification of loads and event detection using PLAID dataset
GNU General Public License v2.0
20 stars 5 forks source link

Train VI-Lenet model with binary VI images (GPU recommended) #1

Closed dengjinyu123 closed 2 years ago

dengjinyu123 commented 2 years ago

When I first Train VI-Lenet model with binary VI images (GPU recommended) ,I get the following problem。 Model with name plaid does not exist in current directory I don't know how to import this .h5 file

Henry-2000 commented 2 years ago

Hi there. For training VI-Lenet model, you first have to train the Lenet model and save it on /model directory. Did you get the .h5 file from Lenet model training?

dengjinyu123 commented 2 years ago

Thank you very much