fairseq icon indicating copy to clipboard operation
fairseq copied to clipboard

A bug in examples/wav2vec/unsupervised/scripts/prepare_audio_v2.sh

Open joezhoujinjing opened this issue 3 years ago • 1 comments

🐛 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):

  1. Run cmd '....'
  2. 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

joezhoujinjing avatar Jul 28 '22 05:07 joezhoujinjing

Exactly, otherwise dump_km_label.py throws an error. Thanks a lot.

xiabingquan avatar Nov 13 '22 16:11 xiabingquan