Closed jnrusson1 closed 3 years ago
Adds two new models sktime/sktime#5827 and sktime/sktime-dl#31
Adds a CNTC and LSTMFCN model to the package.
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.
Current test build fails as it is using version 0.4.1 of sktime rather than 0.6.1
looks good jack. Need to figure out how we can fix the build failing using 0.41
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?