numalogic
numalogic copied to clipboard
Support same sequence shape for all architectures
Summary
Currently LSTM and Vanilla/Conv1d based models require a different shape of input. This creates a bit of confusion and can be simplified.
What change needs making? Support same input shape for all autoencoder based architectures. Will need to change the view in one of the types of variants.