voxceleb1sid#

(s3prl.dataio.corpus.voxceleb1sid)

Parse VoxCeleb1 corpus for classification

Authors:
  • Leo 2022

  • Cheng Liang 2022

VoxCeleb1SID#

class s3prl.dataio.corpus.voxceleb1sid.VoxCeleb1SID(dataset_root: str, n_jobs: int = 4, cache_root: str = PosixPath('/home/runner/.cache/s3prl'))[source][source]#

Bases: Corpus

property all_data[source]#
property data_split_ids[source]#
classmethod download_dataset(target_dir: str, splits: List[str] = ['dev', 'test']) None[source][source]#
property data_split[source]#
static dataframe_to_datapoints(df: DataFrame, unique_name_fn: callable)[source]#