-
Notifications
You must be signed in to change notification settings - Fork 659
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
Dilation greater than zero #922
Comments
I think I wasn't too specific in my question, but what i'm trying to do is:
I noted the dilations seems to be a bit off, what can I do? |
I'm getting crazy of how Rockt is not being able to recognize the channels, even when I did my array3d [sample_size x n_features x 1]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a time series dataframe containing 80 features, 29922 rows, and the idea was to first use MINIROCKET for feature creation, and then use a linear regressor to reconstruct a target column. I'm doing:
To finally:
However, it seems that the
dilation
cannot be greater than 1.What should I do?
Python 3.12.2
Windows 10
tsai 0.3.9
torch 2.2.2
The text was updated successfully, but these errors were encountered: