locuslab/TCN
Sequence modeling benchmarks and temporal convolutional networks observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3106
- days_rel: n/a
- days_push: 1619
- n_releases_24m: 0
Adoption not part of the score
4549 stars · 888 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PyTorch implementation of Temporal Convolutional Networks (TCN) with benchmarks from the paper 'An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling'. It includes experiment code for tasks like the adding problem, sequential MNIST, polyphonic music, and language modeling.
Use cases
- implement a temporal convolutional network in pytorch
- compare TCN against LSTM and GRU on sequence tasks
- run the adding problem benchmark
- train a model on sequential MNIST
- reproduce TCN language modeling results on PennTreebank
- learn how dilated causal convolutions work
When to choose
- you need a reference TCN implementation in PyTorch
- you want to benchmark convolutions vs recurrent networks on sequence modeling
- you are reproducing the Bai et al. 2018 paper
When to avoid
- you need a production-ready, actively maintained sequence modeling library
- you want a pip-installable package with an API rather than per-task scripts
- you need support for old PyTorch versions or modern features like mixed precision
Facets
library · maturity maintenance
machine-learning deep-learning benchmarking deep-learning machine-learning python temporal-convolutional-network pytorch sequence-modeling research-code benchmarks natural-language-processing
2 sources
- readme: https://github.com/locuslab/TCN · fetched 2026-08-28 · 346b345ff451
- homepage: https://github.com/locuslab/TCN · fetched 2026-08-29 · 17c295beaa39
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| locuslab/TCN | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem