Performing transfer learning using Roberta by following the custom classification readme in the Examples directory of Roberta. This code was working up to 1 week ago and now gives an error: ModuleNotFoundError: No module named 'examples.simultaneous_translation' Steps to reproduce the behavior: fa...
❓ Questions and Help After pre-training and fine-tuning wav2vec2.0, we use the evaluation CTC model, and the error message shows "ModuleNotFoundError: No module named 'examples.speech_recognition'". What is the reason for the error? Is i...
{ "help": "number of examples in a batch", "argparse_alias": "--max-sentences", }, ) required_batch_size_multiple: int = field( default=8, metadata={"help": "batch size will be a multiplier of this value"} ) required_seq_len_multiple: int = field( default=1, metadata={ "...
{ "help": "number of examples in a batch", "argparse_alias": "--max-sentences", }, ) required_batch_size_multiple: int = field( default=8, metadata={"help": "batch size will be a multiplier of this value"} ) required_seq_len_multiple: int = field( default=1, metadata={ "...
"Open Examples" button below. --- Expected behavior The import succeeds. Environment fairseq Version (e.g., 1.0 or main):main PyTorch Version (e.g., 1.0): does not matter OS (e.g., Linux): does not matter How you installed fairseq...
🐛 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...
https://github.com/pytorch/fairseq/tree/master/examples/xlmr Install both fairseq and gluonnlp and sentencepieces via pip run the following command python convert_xlmr_model_to_gluon.py --ckpt_dir xlmr_ckpt/xlmr.base/ --verbose What have you tried to solve it? I have notified @eric-...
pip or !apt. To view examples of installing some common dependencies, click the "Open Examples" button below. --- Running!pip install fairseqfirst solves the problem though. @alexeibI am not very familiar with torch hub, do you know why the new omegaconf and hydra-core dependencies...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {{ message }} utter...
examples fairseq benchmark clib config criterions data dataclass distributed logging model_parallel models modules optim scoring tasks __init__.py binarizer.py checkpoint_utils.py file_chunker_utils.py file_io.py file_utils.py hub_utils.py incremental_decoding_utils.py iterative_refinement_generator...