You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
以下是部分参数: --keep-last-epochs 5 --num-workers 8 --save-dir 'nmt/models/full/full_check' --max-epoch 50 --fp16 --max-tokens 4096
用fairseq0.10.2训练的,--max-tokens我明明输入的就是int 4096,然而却获得了报错,
lightseq-train: error: argument --max-tokens: invalid typing.Optional[int] value: '4096'
看上去4096好像是以字符串的形式传过去的,但是没有转化。
lightseq-train版本3.0.1
why