Training Parameters
Each of the following parameters can be passed to the LENS command-line interface to configure the training process.
Argument |
Type |
Description |
|---|---|---|
|
|
Name of the dataset to use for training and/or inference. |
|
|
Type of camera used to capture the data (e.g., |
|
|
Identifier for the dataset instance, used for naming outputs. |
|
|
Directory name of the reference dataset. |
|
|
Directory name of the query dataset. |
|
|
Path to the base directory containing the data folders. |
|
|
Number of locations (images) to use in the reference set. |
|
|
Number of locations (images) to use in the query set. |
|
|
Multiplier for expanding the feature layer size. |
|
|
Skip every nth image during dataset iteration (used for downsampling). |
|
|
Number of training epochs for the feature layer. |
|
|
Number of training epochs for the output layer. |
|
|
Lower threshold for membrane potential in the feature layer. |
|
|
Upper threshold for membrane potential in the feature layer. |
|
|
Lower bound for firing probability in the feature layer. |
|
|
Upper bound for firing probability in the feature layer. |
|
|
Intrinsic plasticity learning rate for the feature layer. |
|
|
STDP learning rate for the feature layer. |
|
|
Lower threshold for membrane potential in the output layer. |
|
|
Upper threshold for membrane potential in the output layer. |
|
|
Lower bound for firing probability in the output layer. |
|
|
Upper bound for firing probability in the output layer. |
|
|
Intrinsic plasticity learning rate for the output layer. |
|
|
STDP learning rate for the output layer. |
|
|
Probability of excitatory connections in the feature layer. |
|
|
Probability of inhibitory connections in the feature layer. |
|
|
Probability of excitatory connections in the output layer. |
|
|
Probability of inhibitory connections in the output layer. |
|
|
Size to resize input images to before feeding into the network. |
|
|
Size of the input images for the network. |
|
|
Ground truth tolerance for considering a match correct. |
|
|
Enables training mode. If not set, the system will run in inference or demo mode. |