dopt.nnet.models.vgg

Undocumented in source.

Members

Classes

VGGOptions
class VGGOptions
Undocumented in source.

Functions

vgg
Layer vgg(Operation features, int[] extractorSizes, size_t[] denseLayerSizes, VGGOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
vgg16
Layer vgg16(Operation features, size_t[] denseLayerSizes, VGGOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.
vgg19
Layer vgg19(Operation features, size_t[] denseLayerSizes, VGGOptions opts)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta