setWriteFrequency <frequency_value> [ -notarget ] [ -label ]where <frequency_value> can be one of the following - ONCE_PER_TICK(default),ONCE_PER_INTERVAL or ONCE_PER_EXAMPLE which allows users to control how often output and target values are recorded during training or testing of network.Users can chooose to not have the target history written for each example by setting the -notarget flag. The -label flag when specified generates outputs labelled by group names and example names for better readability of activation file.
setObj reportAvgError 1will generate average and maximum errors for updates between reporting intervals in the network training report.
setObj parallelSplit 2will ensure that examples are passed on to clients in multipes of 2.
noiseType <group-list> [ -range <range> | -multiply | -flat | -invert <flip1> <flip0>]where -invert option causes the external input values to be flipped ,for groups having noise type EXT_INPUT_NOISE. The flip factors <flip1> and <flip0> determine the probability by which external bits set to 1 and 0 should be inverted.
If anyone would like to share information about some generic customizations that they have made to their lens code, send a note to Sindy after inserting your documentation in this template.