You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have an issue when I try to use the quadratic splines autoregressive transform. The issue is that I dont know how to use it with 1d data. Say my data is of the shape [batch_size, 24]. Then how do I train it? I can make it to be [batch_size,1,24] or [batch_size,24,1] But I am not sure how to use this library.
The text was updated successfully, but these errors were encountered:
Hello, I have an issue when I try to use the quadratic splines autoregressive transform. The issue is that I dont know how to use it with 1d data. Say my data is of the shape [batch_size, 24]. Then how do I train it? I can make it to be [batch_size,1,24] or [batch_size,24,1] But I am not sure how to use this library.
The text was updated successfully, but these errors were encountered: