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

PatchTSMixer tutorial missing inference example #2124

Open
emanuelshalev opened this issue Jun 4, 2024 · 1 comment
Open

PatchTSMixer tutorial missing inference example #2124

emanuelshalev opened this issue Jun 4, 2024 · 1 comment

Comments

@emanuelshalev
Copy link

The tutorial shows how to run evaluation but is missing a bare bone example of how to use the model to run inference .

@vijaye12
Copy link

vijaye12 commented Jun 4, 2024

for inference, you can directly use model.forward() to get the predictions dict, if your input is tensor

otherwise - if input is test dataset, then you can do model.predict(). All our APIs are huggingface based and used the standard predict and forward calls..

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

No branches or pull requests

2 participants