Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/torchaudio/models/wav2vec2/wavlm_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class WavLMSelfAttention(nn.Module):
"""Multi-headed self-attention for WavLM model :cite:`chen2022wavlm`.
Wraps around ``torch.nn.MultiheadAttention``, creating relaive position embeddings and passing them to multi-headed
Wraps around ``torch.nn.MultiheadAttention``, creating relative position embeddings and passing them to multi-headed
attention as a mask.
Source: https://github.com/microsoft/unilm/blob/2d8302f09c99bca2b82e6e868d81d4281cceebc8/wavlm/modules.py#L303-L763

Expand Down
Loading