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

Error when training with a single variable #143

Open
Chris-city opened this issue Nov 13, 2024 · 1 comment
Open

Error when training with a single variable #143

Chris-city opened this issue Nov 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Chris-city
Copy link

This is great work!

I found that when setting max_dim=1, i.e., training with only a single variable, the model throws an error. The model only runs without errors when max_dim is increased to 8. Why is this happening, and how can I make modifications to address this?

@Chris-city Chris-city added the bug Something isn't working label Nov 13, 2024
@chenghaoliu89
Copy link
Contributor

Thanks @Chris-city. Could you provide more context about your goal? Can you provide the stacktrace w.r.t. error? Did you plan to pre-train a model with only univariate data? If so, I would suggest create the arrow data in univariate format, no need to change max_dim. There are some very high-dimensional dataset in lotsa_v1, max_dim is designed to sample multivariate-dataset with reasonable ndim for pre-training. you can found it from line 64 in resample.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants