TFDS now supports the Croissant 🥐 format! Read the documentation to know more.
Module: tfds.decode
Stay organized with collections
Save and categorize content based on your preferences.
Decoder public API.
Classes
class Decoder: Base decoder object.
class PartialDecoding: Allow to decode a subset of features.
class SkipDecoding: Transformation which skip the decoding entirelly.
Functions
make_decoder(...): Decorator to create a decoder.