Skip to content

Instantly share code, notes, and snippets.

@zilunpeng
Created March 23, 2021 22:03
Show Gist options
  • Save zilunpeng/06c2984cc0987767b4527e90daffb462 to your computer and use it in GitHub Desktop.
Save zilunpeng/06c2984cc0987767b4527e90daffb462 to your computer and use it in GitHub Desktop.
Get the decoder output. Code below is part of the wav2vec 2.0 inference notebook (https://git.io/JYeKX).
decoder_out = decoder.decode(emissions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment