OdysseasKr / online-nilm

Code for the experiments in "Sliding Window Approach for Online Energy Disaggregation Using Artificial Neural Networks"
60 stars 16 forks source link

Error loading data into memory #9

Closed ZhuzengChu closed 4 years ago

ZhuzengChu commented 4 years ago

Hi @OdysseasKr , Thank you for your paper so that I learned a lot of interesting things, I encountered a problem when the experiment was restored: set up the project meter = elec[conf["nilmtk_key"].encode("ascii")]
File "E:\pycharms\ANACONDA\envs\neural\lib\site-packages\nilmtk\metergroup.py", line 296, in getitem raise TypeError() I don't understand what this code means. Thanks again, any reply and advice will be much appreciated!

OdysseasKr commented 4 years ago

Should be fixed now.