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

webdataset/webdataset

A high-performance Python-based I/O system for large (and small) deep learning problems, with strong support for PyTorch. observed · 2026-08-28

github.com/webdataset/webdataset · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

52/100

  • Activity 66
  • Release rhythm 8
  • Longevity 100
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: 2583
  • days_rel: 705
  • days_push: 205
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

3169 stars · 236 forks observed · 2026-08-28

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

A Python library providing a high-performance sequential I/O system based on tar-shard files for large-scale deep learning training, with strong PyTorch integration. It reads data from local disk or cloud object stores via pipes, enabling efficient streaming pipelines for images, audio, video, and other training samples.

Use cases

  • stream large image datasets from S3 or GCS into PyTorch training
  • load sharded training data sequentially for high-throughput I/O
  • create tar-based dataset shards for deep learning
  • train models on datasets too large to fit in memory
  • augment and preprocess samples in a streaming pipeline
  • read MsgPack or CBOR concatenated data sources

When to choose

  • you train PyTorch models on large datasets stored locally or in cloud object stores
  • you need sequential I/O performance instead of random-access file reads
  • you want a simple, tool-friendly format (plain tar archives) for training data

When to avoid

  • you need random access to individual samples without sharding overhead
  • your project is not Python/PyTorch based (though other language ports exist)
  • you need a full dataset management platform with versioning and metadata

Facets

library · maturity stable

etl streaming file-system machine-learning data-science deep-learning machine-learning files python cross-platform pytorch tar-shards data-loading object-storage data-pipeline data-engineering gpu

2 sources

Member repositories

RepositoryRoleHealth v2
webdataset/webdatasetmain52

For agents

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

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