You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read .py scripts (one for each experiment) from a directory
Run each script in sequence.
Catch exceptions and log them
Need a better way to set max_appliance_power, on_duration, off_duration etc. Maybe these should go into the NILMTK metadata. Although, to start with, maybe just use a function to set the metadata manually from the experiment script. I'm also starting to think that we should use real aggregate data now. Our synthetic data doesn't include, for example, that the fridge turns on multiple times.
Output results from each experiment to an HDF5 file:
training costs
validation costs (need a standardised validation timeseries, make sure it has a section which is 'easy' i.e. just the appliances on their own)
NILM validation costs
network weights. Both for analysis / visualisation later and also to allow training to be restarted (if power is lost) and also to use the net.
The text was updated successfully, but these errors were encountered:
Each directory would be like this:
The text was updated successfully, but these errors were encountered: