fairseq
fairseq copied to clipboard
A bug in examples/wav2vec/unsupervised/scripts/prepare_audio_v2.sh
🐛 Bug
After line 65, we forgot to call fairseq/examples/hubert/simple_kmeans/learn_kmeans.py.
To Reproduce
Steps to reproduce the behavior (always include the command you ran):
- Run cmd '....'
- See error
Code sample
Expected behavior
Environment
- fairseq Version (e.g., 1.0 or main):
- PyTorch Version (e.g., 1.0)
- OS (e.g., Linux):
- How you installed fairseq (
pip, source): - Build command you used (if compiling from source):
- Python version:
- CUDA/cuDNN version:
- GPU models and configuration:
- Any other relevant information:
Additional context
Exactly, otherwise dump_km_label.py throws an error. Thanks a lot.