Closed felicitywang1 closed 1 year ago
Could you try running with our latest container? https://catalog.ngc.nvidia.com/orgs/nvidia/containers/nemo/tags
Also, our latest machine translation models use Megatron T5 models. You could try this script as well: https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/machine_translation/megatron_nmt_training.py
Hi, I'm running nmt traininig following https://github.com/NVIDIA/NeMo/pull/1738 with script
trying to do BPE training and model training together within this script and got
My environments are
Any guidance how I can solve this? Or could you provide the exact environment versions for training nmt?
Thank you.