Skip to content

Speech-Lab-IITM/Fairseq-Inference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fairseq-Inference

Inference script for CCC-Wav2vec2.0 and Data2Vec-AQC

Requirements

  • PyTorch version >= 1.10.0
  • Python version >= 3.8
git clone https://github.com/Speech-Lab-IITM/fairseq_inference.git
cd fairseq-0.12.2
pip3 install --editable ./
pip3 install soundfile

In our tests, we used following:

  • Python == 3.8.10
  • torch == 1.12.1
  • torchaudio == 0.12.1
  • CUDA == 11.3

Usage

python3 infer.py model_path audio_path

About

Inference script for CCC-Wav2vec2.0 and Data2Vec-AQC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published