---> 23 from fairseq.models.speech_to_text.modules.convolution import infer_conv_output_dim 24 from fairseq.models.transformer import Embedding, TransformerDecoder 25 from fairseq.modules import LayerNorm, PositionalEmbedding, TransformerEncoderLayer ModuleNotFoundError: No module named 'fairseq.models.s...
Until yesterday, we installed fairseq normally and executed it. An error called "ModuleNotFoundError: No module named 'fairseq'" suddenly occurred today. Does anyone know how to solve this? install fairseq... !git clone https://private_information.../fairseq.git %cd /content/fai...
File "/usr/local/bin/fairseq-preprocess", line 33, in <module> sys.exit(load_entry_point('fairseq', 'console_scripts', 'fairseq-preprocess')()) File "/usr/local/bin/fairseq-preprocess", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/lib/python3.7...
ModuleNotFoundError: No module named 'omegaconf' Environment fairseq Version (e.g., 1.0 or main): I clone the newest version in github PyTorch Version (e.g., 1.0): 1.10.0 OS (e.g., Linux): Linux How you installed fairseq (pip, source): I clone fairseq and then: ...
no its not about wav2letter or flashlight installation it is because you install fairseq in wrong path in this case, you can't import fairseq.examples or fairseq.data and if you want to decode your model in viterbi (greedy) mode, it does not require cpp decoder installation (flashlight) ...
🐛 Bug I receive a ModuleNotFoundError for the module commons when calling infer.py for examples/mms/tts To Reproduce I cloned fairseq did a pip install --editable ./ changed the directory to examples/mms/tts/ called python infer.py --mod...
ModuleNotFoundError: No module named 'omegaconf' Environment fairseq Version (e.g., 1.0 or main): I clone the newest version in github PyTorch Version (e.g., 1.0): 1.10.0 OS (e.g., Linux): Linux How you installed fairseq (pip, source): I clone fairseq and then: ...