philipperemy / keras-tcn

Keras Temporal Convolutional Network.
MIT License
1.87k stars 454 forks source link

closes #225: added 'Bidirectional' layer compatibility #236

Closed krzim closed 1 year ago

krzim commented 2 years ago

I believe this is all that is needed to allow use of TCN in the Bidirectional layer. I've tested it with a modified version of the word_ptb task and it seems to work just fine.

philipperemy commented 1 year ago

@krzim let me have a look at this! Thanks a TON!

philipperemy commented 1 year ago

LGTM!