verbosity - check or set how verbose Lens is (mostly during training)

USAGE

    verbosity [<level>]

DESCRIPTION

This sets how verbose Lens is. 1 is the default level. A level of 0 will prevent status messages from being printed while training and at certain other times. This can be useful when train is called repeatedly.

With no argument, this just returns the current level.

EXAMPLES

To prevent most messages from printing:

    lens> verbosity 0

SEE ALSO

train


Last modified: Fri Aug 27 14:35:33 EDT 1999