sample
program sample(config:String?, input:String?, output:String?, model:String?, seed:Integer?, quiet:Boolean <- false)
Sample a model.
birch sample [options...]
-
--config
: Name of the configuration file, if any. -
--input
: Name of the input file, if any. Alternatively, provide this asinput
in the configuration file. -
--output
: Name of the output file, if any. Alternatively, provide this asoutput
in the configuration file. -
--model
: Name of the model class, if any. Alternatively, provide this asmodel.class
in the configuration file. -
--seed
: Random number seed. Alternatively, provide this asseed
in the configuration file. If not provided, random entropy is used. -
--quiet
: Don't display a progress bar.