facebookresearch/ParlAI

ParlaiParser.add_argument should support no_save and no_override

Open

#2,177 创建于 2019年11月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (10,371 star) (2,089 fork)batch import
EnhancementH1 2020Help WantedMinordonotreap

描述

Depends on #2172.

  • If no_save is True, then the option is not saved with the opt.
  • If no_override is True, then the parser will throw a hard error if the value on disk is not what's loaded. This one might have to wait a bit longer.

贡献者指南