MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The MyCaffe.layers.nt namespace contains all Neural Transfer related layers. More...
Classes | |
class | EventLayer |
The EventLayer provides an event that fires on the forward pass and another that fires on the backward pass. More... | |
class | GramLayer |
The GramLayer computes the Gram matrix used in Neural Style. More... | |
class | LayerFactory |
The LayerFactor is responsible for creating all layers implemented in the MyCaffe.layers.ssd namespace. More... | |
class | OneHotLayer |
The OneHotLayer is a layer for converting real values into a one-hot vector where a 1 is placed within the bucketized range for which the input value falls. More... | |
class | ScalarLayer |
The ScalarLayer computes the operation with the value on the input. More... | |
class | TVLossLayer |
The TVLossLayer computes total variation loss as described by 'Mahendran' et al., and used in Neural Style. More... | |
The MyCaffe.layers.nt namespace contains all Neural Transfer related layers.
The MyCaffe.layers.beta namespace contains all early release layers that have a fluid and changing code base.