facebookresearch/ParlAI

ParlaiParser.add_argument should support no_save and no_override

Aberta

#2.177 aberto em 19 de nov. de 2019

 (1 comentário) (0 reação) (0 responsável)Python (2.089 forks)batch import
EnhancementH1 2020Help WantedMinordonotreap

Métricas do repositório

Stars
 (10.371 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador