ivan-alles
Results
2
issues of
ivan-alles
I'm tryining to undestand the intuition of the input normalization using layer norm like this: `waveforms = nn.functional.layer_norm(waveforms, waveforms.shape)` [link](https://github.com/pytorch/audio/blob/d60ce09e2c532d5bf2e05619e700ab520543465e/src/torchaudio/pipelines/_wav2vec2/utils.py#L53) If the input is [B, L], this code will normalize...
question
needs triage