recipes.cad1.task1.baseline.test module

Run the baseline enhancement.

recipes.cad1.task1.baseline.test.enhance(config: DictConfig) None[source]

Run the music enhancement. The system decomposes the music into vocal, drums, bass, and other stems. Then, the NAL-R prescription procedure is applied to each stem. :param config: Dictionary of configuration options for enhancing music. :type config: dict

Returns 8 stems for each song:
  • left channel vocal, drums, bass, and other stems

  • right channel vocal, drums, bass, and other stems

recipes.cad1.task1.baseline.test.pack_submission(team_id: str, root_dir: str | Path, base_dir: str | Path = '.') None[source]

Pack the submission files into an archive file.

Parameters:
  • team_id (str) – Team ID.

  • root_dir (str | Path) – Root directory of the archived file.

  • base_dir (str | Path) – Base directory to archive. Defaults to “.”.