Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading Model #33

Open
Oussama1920 opened this issue Apr 17, 2020 · 1 comment
Open

Loading Model #33

Oussama1920 opened this issue Apr 17, 2020 · 1 comment
Labels

Comments

@Oussama1920
Copy link

Hello everybody ,
thank you OdysseasKr for the great work
i have tried the Recurrent network with LSTM , i have trained the model then exported it and it's working very well.
but i have an enquiry , after loading the model and when we use the method disaggregate of ### RNNDisaggregator() , why we need the aggregated meter that provides the input (train_meter) for disaggregation ? i'm confused

@OdysseasKr
Copy link
Owner

Hi @Oussama1920 sorry for the extremely late reply. The train_meter is only used to get the metadata for the result. In other words, the disaggregate process uses the test mains to create a predicted meter. The metadata of the predicted meter are taken from the train_meter object.

I hope this clears up the confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants