You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there already an implementation in another framework? (if so, where):
No but was implemented in pytorch in this repo, https://github.com/locuslab/TCN, and Keras in this repo https://github.com/philipperemy/keras-tcn (will be working on porting the layers portion into tfa, asked owner for permission)
Was it part of tf.contrib? (if so, where): no
Which API type would this fall under (layer, metric, optimizer, etc.)
layer
Who will benefit with this feature?
Developers who want to experiment with TCN layers.
Any other info.
Github issue that initialize the conversation to port TCN layers from @philipperemy's repo to tensorflow addons (see last two comments in this issue). philipperemy/keras-tcn#73
The text was updated successfully, but these errors were encountered:
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: TensorFlow Addons Wind Down
Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: Keras Keras-CV Keras-NLP
Describe the feature and the current behavior/state.
The feature is for adding the different layers introduced in An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling paper to tfa.layers. There is already existed an Keras implementation here: https://github.com/philipperemy/keras-tcn/, I feel like this is helpful and would have more visibility in tfa so I ask him in this issue if I can help out porting the TCN layers portion into tfa and he says yes :)
If you feel like this would be a good addition let me know, very happy to contribute.
Relevant information
No but was implemented in pytorch in this repo, https://github.com/locuslab/TCN, and Keras in this repo https://github.com/philipperemy/keras-tcn (will be working on porting the layers portion into tfa, asked owner for permission)
Which API type would this fall under (layer, metric, optimizer, etc.)
layer
Who will benefit with this feature?
Developers who want to experiment with TCN layers.
Any other info.
Github issue that initialize the conversation to port TCN layers from @philipperemy's repo to tensorflow addons (see last two comments in this issue).
philipperemy/keras-tcn#73
The text was updated successfully, but these errors were encountered: