tensorflow/fold
Deep learning with dynamic computation graphs in TensorFlow observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3514
- days_rel: n/a
- days_push: 1894
- n_releases_24m: 0
Adoption not part of the score
1815 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TensorFlow Fold is a Python library for building TensorFlow models that consume structured data, where the computation graph structure depends on the input. It implements dynamic batching, transforming batches of arbitrarily shaped graphs into a single static graph for efficient execution.
Use cases
- build treelstm models for sentiment analysis on parse trees
- train recursive neural networks over arbitrary tree structures
- run deep learning models on variable-sized structured inputs
- batch differently shaped computation graphs efficiently in tensorflow
- process hierarchical data like parse trees with neural networks
When to choose
- you need dynamic computation graphs over tree-structured data in tensorflow 1.x
- you want to implement recursive neural networks with efficient batching
When to avoid
- you use modern tensorflow 2.x or pytorch, which support dynamic graphs natively
- you need an actively maintained library - the last release was 2021 and the project is inactive
Facets
library · maturity abandoned
deep-learning machine-learning deep-learning machine-learning python tensorflow dynamic-computation-graphs dynamic-batching recursive-neural-networks treelstm structured-data natural-language-processing
1 source
- readme: https://github.com/tensorflow/fold · fetched 2026-08-28 · 65017b0d4797
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/fold | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem