How to combine twf and fft features for MLSTM-FCN model? #807
Unanswered
georgemossad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a time series classification problem where I want to use both the time wave form (twf) and the fast Fourier transform (fft) as features for the MLSTM-FCN model. I want to concatenate them along the channel dimension and pass them to the lstm layer, and then to the fcn classifier. Is there a way to do this in tsai? Or is there a better idea to handle this problem if I want to benefit from both twf and fft features? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions