neuralnilm icon indicating copy to clipboard operation
neuralnilm copied to clipboard

Deep Neural Networks Applied to Energy Disaggregation

Results 8 neuralnilm issues
Sort by recently updated
recently updated
newest added

In the function `relative_error_in_total_energy`,The order of the two parameters is reversed.

'dict' object has no attribute 'iteritems', should be items, please have a check and modify it.

Hi Kelly, thanks for sharing your work. I am trying to run this code, but encounter the same problem as https://github.com/JackKelly/neuralnilm/issues/2 I understand that you are not supporting this repo...

Hello, in 'NeuralNILM design' `plotter = Plotter() disaggregator = Disaggregator()` For plotter. NameError: name 'Plotter' is not defined For disaggregator, TypeError: __init__() missing 2 required positional arguments: 'mains' and 'output_path'

Hello , Please what files have you pickled to get the TestSet.pickle and TestSet_microwave.pickle https://github.com/tperol/neuralnilm/tree/master/tmpdata Thanks

Results are not being stored to mongodb due to failing bson encoding: ``` ... Loaded data from building UK-DALE_building_5 for fold unseen_appliances from 2014-06-29 17:23:48+01:00 to 2014-09-07 15:02:18+01:00. Done loading...

I am trying to run neural nilm in my pc environment, but the IndexError occurs like below. How can I fix it? ``` python stride_source = StrideSource( target_appliance=TARGET_APPLIANCE, seq_length=SEQ_LENGTH, filename=NILMTK_FILENAME,...