Webb Phillips
Webb Phillips
Adding ZSH_DISABLE_COMPFIX="true" to my .zshrc did not work for me. Here are working options: 1. don't use homebrew because it breaks permissions and installs files in /usr/local (but i can't...
same issue as https://github.com/FFTW/fftw3/issues/130, https://github.com/flashlight/flashlight/issues/430, https://github.com/flashlight/flashlight/issues/535, https://github.com/flashlight/flashlight/issues/585, https://github.com/flashlight/flashlight/issues/619, and also mentioned here https://github.com/flashlight/flashlight/issues/617 solution 1. [download fftw](https://www.fftw.org/download.html) 2. extract it 3. cd into it 4. make your own FFTW3LibraryDepends.cmake file...
thanks for posting your solution! if you already have fftw3 installed on your system, you probably could have skipped ``` make -j 4 sudo make install ```
It's affecting me :) I was able to [Train a wav2vec 2.0 large model](https://github.com/pytorch/fairseq/blob/main/examples/wav2vec/README.md#train-a-wav2vec-20-large-model) and [Fine-tune a pre-trained model with CTC](https://github.com/pytorch/fairseq/blob/main/examples/wav2vec/README.md#fine-tune-a-pre-trained-model-with-ctc) using fairseq-hydra-train with 8kHz wavs simply by changing all...