DeepCL
SNAPSHOT
Deep convolutional neural networks using OpenCL
|
Use to create a RandomPatches Layer. More...
Inherits LayerMaker2.
Public Member Functions | |
publicapi | RandomPatchesMaker () |
publicapi RandomPatchesMaker * | patchSize (int _patchSize) |
Static Public Member Functions | |
static publicapi RandomPatchesMaker * | instance () |
Use to create a RandomPatches Layer.
A RandomPatches layer cuts a patch from the previous layer and passes it to the next layer.
The size of the patch is configurable, and the location is random. When the NeuralNet, containing this layer, is set to training=false, then the patch is cut from the centre
|
inline |
|
inline |
|
inlinestatic |