Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: invalid literal for int() with base 10: '0a0' #23

Open
Chaitanya-Jadhav opened this issue Jul 14, 2023 · 0 comments
Open

ValueError: invalid literal for int() with base 10: '0a0' #23

Chaitanya-Jadhav opened this issue Jul 14, 2023 · 0 comments
Assignees

Comments

@Chaitanya-Jadhav
Copy link

Hi Team,

We are trying to train model, but we are getting following error:
ValueError: invalid literal for int() with base 10: '0a0'

Following is the command that we are using for training the model:
fairseq-train corpus-bin-en-indic --save-dir transformer-en-indic --arch transformer --layernorm-embedding --task translation_multi_simple_epoch --sampling-method "temperature" --sampling-temperature 1.5 --encoder-langtok "tgt" --lang-dict lang_list.txt --lang-pairs en-asm,en-ben,en-brx,en-guj,en-hin,en-kas,en-kan,en-kok,en-mai,en-mal,en-mar,en-mni,en-nep,en-ori,en-pan,en-san,en-sid,en-tam,en-tel,en-urd --decoder-normalize-before --encoder-normalize-before --activation-fn gelu --adam-betas "(0.9, 0.98)" --batch-size 1024 --decoder-attention-heads 4 --decoder-embed-dim 256 --decoder-ffn-embed-dim 1024 --decoder-layers 6 --dropout 0.5 --encoder-attention-heads 4 --encoder-embed-dim 256 --encoder-ffn-embed-dim 1024 --encoder-layers 6 --lr 0.001 --lr-scheduler inverse_sqrt --max-epoch 51 --optimizer adam --num-workers 32 --warmup-init-lr 0 --warmup-updates 4000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants