Ross ROSS = Recommend OSS · open-source software intelligence for agents

ndrplz/ConvLSTM_pytorch

Implementation of Convolutional LSTM in PyTorch. observed · 2026-08-28

github.com/ndrplz/ConvLSTM_pytorch · Python · MIT (permissive) 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: 3316
  • days_rel: n/a
  • days_push: 2229
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2267 stars · 444 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch implementation of the Convolutional LSTM (ConvLSTM) neural network module, provided as a reusable nn.Module supporting arbitrary layer counts and configurable hidden dimensions and kernel sizes. It is a small, single-file research library for spatiotemporal sequence modeling.

Use cases

  • implement convlstm in pytorch
  • spatiotemporal sequence prediction model
  • video frame prediction neural network
  • precipitation nowcasting with deep learning
  • use lstm with convolutional layers for image sequences

When to choose

  • you need a ready-made ConvLSTM layer in a PyTorch project
  • you want a lightweight, MIT-licensed module you can drop into existing models
  • you need multi-layer ConvLSTM with per-layer hidden dimensions and kernel sizes

When to avoid

  • you need stateful inference or extensive documentation - it is a work in progress
  • you need a maintained library with recent releases (last release 2020)
  • you work outside PyTorch, e.g. TensorFlow or JAX

Facets

library · maturity maintenance

machine-learning deep-learning machine-learning deep-learning computer-vision python convlstm pytorch spatiotemporal neural-networks sequence-modeling

1 source

Member repositories

RepositoryRoleHealth v2
ndrplz/ConvLSTM_pytorchmain32

For agents

markdown · JSON · MCP: product_card(name="ndrplz/ConvLSTM_pytorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem