issues
search
loretoparisi
/
wave2vec-recognize-docker
Wave2vec 2.0 Recognize pipeline
MIT License
33
stars
10
forks
source link
Add support for fairseq (master branch) Hydra-based finetuned model
#8
Closed
osddeitf
closed
3 years ago
osddeitf
commented
3 years ago
What in this PR:
Optimize Dockerfile for faster build and less image size.
Pin fairseq commit hash in Dockerfile
Add support for Hydra-based finetuned model.
Remove unnecessary duplicate code with fairseq core.
Switch function to class -> reuse for multiple .wav file inferences.
Minor breaking changes: change some command lines argument to positioned argument.
What in this PR: