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.
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.