-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to predict with this model #1
Comments
Hi @malekiamir! Consider taking a look at this file, it may help you. There we implement a Pytorch's dataset (docs). If you need further information, let me know! |
thanks for your reply @gustavoplensack, so if I have a consumer's usage data in an array for example, and the model is ready. what input should I feed to the model, like model(sth), to get the prediction for that consumer? |
To evaluate the that for a consumer, your input More details about the preprocessing and transformations are provided at section 3.1 and 3.2 of this paper and the code that implements this preprocessing from the download of the original dataset to the input to the model is implemented at:
|
Thanks for your response, Now I have the output tensor and it is like this :
I want to test it on a single object of the dataset but as I said, instead of the classification output, I have The output tensor! Thanks for your time |
Hi
I'm trying to use your model in a digital meter project, and I don't have any experience with PyTorch.
I've trained the model and I can load it but I don't know how to feed the model to predict.
I would be glad if you please help me with this.
Thanks for your great repo
The text was updated successfully, but these errors were encountered: