facebookresearch/ParlAI

ParlaiParser.add_argument should support no_save and no_override

Open

#2 177 ouverte le 19 nov. 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (2 089 forks)batch import
EnhancementH1 2020Help WantedMinordonotreap

Métriques du dépôt

Stars
 (10 371 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur