fairseq Facebook AI Research Sequence-to-Sequence Toolkit 16 pyfftw A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms. 16 xlrd Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files 16 ultralytics Ultra...
git clone https://github.com/pytorch/fairseq cd fairseq pip install -e . # also optionally follow fairseq README for apex installation for fp16 training. export MKL_THREADING_LAYER=GNU # fairseq may need this for numpy. The code is developed under Python=3.8.13, Pytorch=1.11.0, cuda=11.3...
🐛 Bug I am using fairseq to run some multi-GPU training of NLP models. After upgrading Pytorch from 1.4.0 to 1.5.0 through conda (on the pytorch channel), I consistently get this error: Error: mkl-service + Intel(R) MKL: MKL_THREADING_LA...