--load_models

Switch

--load_models

Description

Loads a previously-saved model from a pickle file. This is the canonical registered flag name; see --load_model for full documentation — --load_model (singular) is simply argparse's unambiguous-prefix abbreviation of this flag, and both spellings behave identically. Also aliased as --load.

Argument and Default Value

No argument. Boolean switch, default: False. Requires --picklefile.

Details

See --load_model for details, required switches, and example commands.