Somshubra Majumdar

Results 245 comments of Somshubra Majumdar

It probably won't be added right away, but it can possibly be done so after a few months of it being tested.

They concatenate at channel axis, there's no issue if they are same size or not.

Prepare the dataset im a format similar to the UCR datasets. It should be CSV files, with the 0th column being the class label and the remaining columns as the...

1) The number of timesteps your univariate timeseries (sequence) dataset has. This model is good for univariate datasets, where at each timestep you have 1 input. 2) Try both. A...

They are CSV files. It's an old and outstanding issue which drops the file type.

Our codebase does not support this `use_chrono_initialization` value. May I ask where you found this flag ?

It's an unused flag, it can be removed from the get_config section.

They are the 4 gates of the lstm cell - input, forget, context, output gates. I would suggest not using the attention lstm, for multivariate input it exhausts a lot...

Please use just the master branch. The rewrite branch does not work, yet.