--- title: TCN keywords: fastai sidebar: home_sidebar summary: "Temporal Convolutional Network." description: "Temporal Convolutional Network." nb_path: "nbs/models/layers/models.layers.tcn.ipynb" ---
References:-- Bai, S., Kolter, J. Z., & Koltun, V. (2018). An empirical evaluation of generic convolutional and recurrent networks for sequence modeling. arXiv preprint arXiv:1803.01271.
- Official TCN PyTorch implementation: https://github.com/locuslab/TCN
- https://arxiv.org/pdf/2112.11023v1.pdf
- https://github.com/chenjie04/MPM/blob/master/tcn.py