Thank you for your code, it's very useful.
I found that the current version of the code only has one-dimensional time characteristics, in_ Channels is 1. If my data has other features, can I adjust the dimensions of the input data, such as the current input data dimension is x: 450048 fx: 450048

If I have two features, do I just need to change the dimension of the input data to: x: 4500 * 2 * 48 fx: 4500 * 1 * 48?
I'm looking forward to hearing from you
Thank you for your code, it's very useful.

I found that the current version of the code only has one-dimensional time characteristics,
in_ Channelsis 1. If my data has other features, can I adjust the dimensions of the input data, such as the current input data dimension is x: 450048 fx: 450048If I have two features, do I just need to change the dimension of the input data to: x: 4500 * 2 * 48 fx: 4500 * 1 * 48?
I'm looking forward to hearing from you