carpedm20/ENAS-pytorch
PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing" 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: 3121
- days_rel: n/a
- days_push: 1154
- n_releases_24m: 0
Adoption not part of the score
2719 stars · 486 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch implementation of Efficient Neural Architecture Search (ENAS), which reduces NAS GPU-hours by 1000x via parameter sharing between subgraph models. It supports discovering recurrent cells for language modeling and CNN architectures, though the README recommends the authors' official code.
Use cases
- search for novel RNN cells for language modeling
- discover CNN architectures on CIFAR
- reproduce the ENAS paper in PyTorch
- run neural architecture search with limited GPU budget
- visualize discovered architectures as gifs
When to choose
- you want a PyTorch-based ENAS reference implementation
- you're studying or extending neural architecture search with parameter sharing
When to avoid
- you need production-grade or officially supported NAS code (use the authors' official implementation)
- you need modern PyTorch versions (it targets PyTorch 0.3.1)
- you need complete CNN search support (marked in progress)
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning python neural-architecture-search pytorch enas research-code parameter-sharing
1 source
- readme: https://github.com/carpedm20/ENAS-pytorch · fetched 2026-08-28 · 9c65f5ac9b73
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| carpedm20/ENAS-pytorch | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="carpedm20/ENAS-pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem