OdysseasKr / neural-disaggregator

Code for NILM experiments using Neural Networks. Uses Keras/Tensorflow and the NILMTK.
MIT License
138 stars 57 forks source link

'GRUDisaggregator' object has no attribute '_pre_disaggregation_checks #27

Closed Leodenbeing closed 4 years ago

Leodenbeing commented 4 years ago

I can not find this method in your code

dahurtados commented 4 years ago

I have the same problem but in DAE disaggregator. 'DAEDisaggregator' object has no attribute '_pre_disaggregation_checks'

Leodenbeing commented 4 years ago

This problem in all disaggregator, hadn’t your found that?

dahurtados commented 4 years ago

I can't find anything, if you find something or find something, I'll let you know or let me know.

Leodenbeing commented 4 years ago

Can u run GRUExample.ipynb without problems?

Leodenbeing commented 4 years ago

My wechat is Imp561609351, if u are interested in searching nilm, we can discuss it

OdysseasKr commented 4 years ago

This problem has been happening a lot lately. NILMTK was updated to version 0.3 which breaks this repo, They defined a new Disaggregator class which is incompatible to the previous implementation.

You can either wait until there is a fix for this or follow Christofer's response here #21

Leodenbeing commented 4 years ago

Thank u so much, I will try that

Leodenbeing commented 4 years ago

This code can run without problem, I am so appreciate for your help! Thank u so much one more time!