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
Hello!
I am attempting to use your implementation of the WindowGRU algorithm to train across multiple houses.
The following is how the code is structured,
I am having issues with the test section and the disaggregate method, and am not sure how to proceed.
I am working on python 3.7 on Mac OS X.
Thank you!
The text was updated successfully, but these errors were encountered:
VidipG
changed the title
Training Multiple Buildings
Training Multiple Buildings: Window GRU with REDD dataset
Aug 8, 2019
The issue here is that the third parameter for the disaggregate should be a single ElecMeter but you are passing a list of ElecMeters. The third parameter for the disaggregate function is used only to get the metadata for the output meter. So you can fix this issue like this:
Hello!
I am attempting to use your implementation of the WindowGRU algorithm to train across multiple houses.
The following is how the code is structured,
I am having issues with the test section and the disaggregate method, and am not sure how to proceed.
I am working on python 3.7 on Mac OS X.
Thank you!
The text was updated successfully, but these errors were encountered: