facebookresearch/fairseq
在 GitHub 查看`fairseq_cli/*.py` should report a more specific error for unrecognized CLI arguments
Open
#3,403 创建于 2021年3月26日
enhancementhelp wantedneeds triagestale
仓库指标
- Star
- (29,107 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
🚀 Feature Request
Right now, the error prints the entire command almost as is. Instead, try to parse and let argparse print a more specific error for wrong or missing flags.
Motivation
The current behavior is frustrating for debugging :(
Pitch
See ## Feature Request