Shortcuts

asteroid.data.fuss_dataset module

class asteroid.data.fuss_dataset.FUSSDataset(file_list_path, return_bg=False)[source]

Bases: sphinx.ext.autodoc.importer._MockObject

Dataset class for FUSS [1] tasks.

Parameters:
  • file_list_path (str) – Path to the txt (csv) file created at stage 2 of the recipe.
  • return_bg (bool) – Whether to return the background along the mixture and sources (useful for SIR, SAR computation). Default: False.
References
[1] Scott Wisdom et al. “What’s All the FUSS About Free Universal Sound Separation Data?”, 2020, in preparation.
dataset_name = 'FUSS'[source]
get_infos()[source]

Get dataset infos (for publishing models).

Returns:dict, dataset infos with keys dataset, task and licences.
Read the Docs v: v0.4.4
Versions
latest
stable
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.5_b
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.