JackKelly / neuralnilm

Deep Neural Networks Applied to Energy Disaggregation
Apache License 2.0
151 stars 80 forks source link

Plotter and Disaggregator Definition #9

Open mzhuang1 opened 5 years ago

mzhuang1 commented 5 years ago

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'