facebookresearch/ParlAI

ParlaiParser.add_argument should support no_save and no_override

Open

#2.177 geöffnet am 19. Nov. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (2.089 Forks)batch import
EnhancementH1 2020Help WantedMinordonotreap

Repository-Metriken

Stars
 (10.371 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide