.. _fwflag_load_models: =============== --load_models =============== Switch ====== --load_models Description =========== Loads a previously-saved model from a pickle file. This is the canonical registered flag name; see :doc:`fwflag_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 :doc:`fwflag_picklefile`. Details ======= See :doc:`fwflag_load_model` for details, required switches, and example commands.