-
Notifications
You must be signed in to change notification settings - Fork 110
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
Zero-shot performance is unexpected poor #162
Comments
hi @dawnvince, increase the context length to 5000, 8000 or more, try patch size 16, 32 ,64 instead of auto. If you still have issue, you can share me the data. |
Hi @dawnvince @chenghaoliu89 , patch size is fixed to 16, so changing the patch size will not influence the results. Could you try num_samples=100? Thanks. Also, I noticed you use the mean to average the predictions here: torch.mean(predictions, dim=1). Could you use the median instead? |
@liuxu77 Thx for your reply. I have changed the settings, but the results are also almost the same as before. So it may still have some room for optimization, and I'm delighted to discuss it at any time. |
Hi @dawnvince, thank you for the reply. In the tsd.zip file, there is only the x.npy file, and I cannot find gt.npy, could you also share gt.npy file? Thanks. |
Oh, sorry for that. Here is the new file: |
Describe the bug
This is quite a meaningful work. Thanks for your hard work and contributions.
I'm going to test the zero-shot ability of Moirai-Moe-small on a periodic time series. However, the performance seems, emmm..., quite poor. Here is my code and the plot. So, is the issue owing to the potential bugs in my code? Or owing to the model's ability when handling some time series that were originally easy to predict? (I tried to normalize the lookback window, but it didn't work)
To Reproduce
Please provide a code snippet of a minimal reproducible example for the error.
Results:
without norm:
with norm:
The text was updated successfully, but these errors were encountered: