sktime / sktime-dl

DEPRECATED, now in sktime - companion package for deep learning based on TensorFlow
BSD 3-Clause "New" or "Revised" License
596 stars 79 forks source link

Pr/88 #89

Closed jnrusson1 closed 3 years ago

jnrusson1 commented 3 years ago

Reference Issues/PRs

Attempt to fix issues with unit testing in PR/87.

What does this implement/fix? Explain your changes.

Adjusts previous PR by transposing all X values to the form (n_batch,n_time,n_dim) to conform with current model formats.

Does your contribution introduce a new dependency? If yes, which one?

No

Any other comments?