Contents Menu Expand Light mode Dark mode Auto light/dark mode
Streaming
Light Logo Dark Logo
Star

Getting Started

  • 🚀 Quick Start
  • 🖼️ User Guide

Examples

  • CIFAR10
  • FaceSynthetics
  • Synthetic NLP

API Reference

  • streaming
    • CSVWriter
    • JSONWriter
    • LocalDataset
    • MDSWriter
    • StreamingDataLoader
    • StreamingDataset
    • TSVWriter
    • XSVWriter
  • streaming.base.compression
    • compress
    • decompress
    • get_compression_extension
    • get_compressions
    • is_compression
  • streaming.base.format
    • reader_from_json
  • streaming.base.hashing
    • get_hash
    • get_hashes
    • is_hash
  • streaming.multimodal
    • StreamingWebVid
  • streaming.text
    • StreamingC4
    • StreamingEnWiki
    • StreamingPile
  • streaming.vision
    • StreamingADE20K
    • StreamingCIFAR10
    • StreamingCOCO
    • StreamingImageNet
Back to top
Edit this page

streaming.base.compression#

List of Compression and Decompression algorithms.

Functions

compress

Compress arbitrary data.

decompress

Decompress data compressed by this algorithm.

get_compression_extension

Get compressed filename extension.

get_compressions

List supported compression algorithms.

is_compression

Get whether this compression algorithm is supported.

Next
compress
Previous
XSVWriter
Copyright © 2023, MosaicML, Inc.
Made with Sphinx and @pradyunsg's Furo