sktime / sktime-dl

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

CNTC and LSTMFCN models. #100

Closed jnrusson1 closed 3 years ago

jnrusson1 commented 3 years ago

Reference Issues/PRs

Adds two new models sktime/sktime#5827 and sktime/sktime-dl#31

What does this implement/fix? Explain your changes.

Adds a CNTC and LSTMFCN model to the package.

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

Yes the keras-self-attention package is included with the CNTC model. This may cause an issue so could be temporarily removed.

*Have commented out import and self attention layer for now.

Any other comments?

jnrusson1 commented 3 years ago

Current test build fails as it is using version 0.4.1 of sktime rather than 0.6.1

ABostrom commented 3 years ago

looks good jack. Need to figure out how we can fix the build failing using 0.41