Skip to content

Instantly share code, notes, and snippets.

@zilunpeng
Last active March 23, 2021 21:00
Show Gist options
  • Save zilunpeng/e90be91765209ceba09f74b6d1fe9ed1 to your computer and use it in GitHub Desktop.
Save zilunpeng/e90be91765209ceba09f74b6d1fe9ed1 to your computer and use it in GitHub Desktop.
Specify paths to model and dataset. Code below is part of the wav2vec 2.0 inference notebook (https://git.io/JYeKX).
model_path = "/home/models/wav2vec_big_960h.pt"
data_path = "/home/datasets/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment