Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
Name of the dataset within in a data collection. For example, within an hdf5 file.
DEPRECATED: use raw_image_size_y, raw_image_size_x
DEPRECATED: use image_size_y, image_size_x
Normalize the data by subtracting mean and dividing by stddev.
The GPU on which this data needs to be loaded.
For sliding windows.
Mean, stddev, eig values etc.
Enable parallel disk access. Use multiple threads to access the disk. Makes sense for reading raw image files.
This layer needs the noise added to 'noise_layer_name'. Used for communicating jitter noise to bounding box outputs.
Applicable to IMAGE_RAW.
Applicable to IMAGE_RAW.
Applicable to IMAGE_RAW.
Applicable to IMAGE_RAW.
Used in:
Used in:
,Used in:
Names of the source and destination layers.
Hyperparameters for convolution-like edges.
Initial weight scale. This will be divided by sqrt fan-in, depending on initialization.
Initial biases (constant).
Whether biases whould be tied for convolutional layers.
Block backprop through this edge.
name of the edge to which this edge is tied. Name is specified as "source:dest".
Make the edge have no bias - This is useful when multiple edges feed into one layer and only one of them needs to have a bias.
Scale the gradients from this edge by this amount before computing updates. Useful when the edge is tied and we want the contributions from different sources to be scaled.
Used for convolutional layers. Makes outer product faster by doing partial sums and then adding up. Default = 0 means add up over all locations in the kernel (slowest, uses less memory). Must exactly divide number of convolution locations.
Factor to up/down sample.
Hyperparameters for RESPONSE_NORM layer.
Layer slices.
Grad check.
More general Conv params.
Used in:
Fully Connected.
Convolutional.
Locally connected.
Maxpool.
Cross-Map response normalization.
BATCH_NORMALIZATION = 10; REMOVED : Use inplace batch normalization in layer.
Weight initialization.
Used in:
Used in:
Used in:
DEPRECATED
DEPRECATED
Sublayers.
The data (input or target) at this layer should be tied to the data at 'tied_data'.
Batch Normalization.
Running avg.
For stabilizing sigma.
Used in:
not one-of-K, but a distribution over K.
Used in:
Used in:
For reducing learning rates.
Polyak averaging.
Include other networks.
The dataset configs used to train this model.
The default optimizer to be used when no optimizer is specified for a parameter.
Use this layer's performance metric for determining when to reduce learning rates. Useful when there are many output layers.
Used in:
, ,Relevant only for EXPONENTIAL_STEP decay.
Clip gradients. Default : -1 (Don't clip).
Number of steps to remember.
Adagrad delta.
Running avg factor for rms_prop. Default (0) same as rprop.
Use Nesterov momentum.
Used in:
Used in:
Used in:
Used in: