facebookresearch/ParlAI
Vedi su GitHubParlaiParser.add_argument should support no_save and no_override
Open
#2177 aperta il 19 nov 2019
EnhancementH1 2020Help WantedMinordonotreap
Metriche repository
- Star
- (10.371 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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.