Skip to content

Instantly share code, notes, and snippets.

@zilunpeng
Created March 23, 2021 21:04
Show Gist options
  • Save zilunpeng/7bd293d9d8266ef16c57c0d2b22a6b5d to your computer and use it in GitHub Desktop.
Save zilunpeng/7bd293d9d8266ef16c57c0d2b22a6b5d to your computer and use it in GitHub Desktop.
Create a Viterbi decoder. Code below is part of the wav2vec 2.0 inference notebook (https://git.io/JYeKX).
decoder = W2lViterbiDecoder(target_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment