Shortcuts

torchaudio.models.hdemucs_medium

torchaudio.models.hdemucs_medium(sources: List[str]) HDemucs[source]

Builds medium nfft (2048) version of HDemucs, suitable for sample rates of 16-32 kHz.

Note

Medium HDemucs has not been tested against the original Hybrid Demucs as this nfft and depth configuration is not compatible with the original implementation in https://github.com/facebookresearch/demucs

Parameters:

sources (List[str]) – See HDemucs().

Returns:

HDemucs model.

Return type:

HDemucs

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources