LocalDataset#

class streaming.LocalDataset(dirname, split=None)[source]#

The dataset resides locally in a machine.

Parameters
  • dirname (str) – Local dataset directory where the dataset is present.

  • split (str, optional) – Which dataset split to use, if any. Defaults to None.