--load_model

Switch

--load_model

Description

Loads the model that is stored in a file.

Argument and Default Value

None

Details

If you are running a command that uses a model that was trained previously, using this will tell the infrastructure to load that model. This switch requires the use of --picklefile. In order to use this, you must have saved the model using --save_model. See one of these three for more info: --train_regression --train_classifiers --cca

Other Switches

Required Switches:

Optional Switches: * --predict_regression and anything optional to that * --predict_classifiers and anything optional to that * --cca and anything optional to that etc.

Example Commands