cntk.contrib.crosstalkcaffe.unimodel.cntkmodel module

class CntkBatchNormParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of batch normalization op

class CntkConvolutionParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of convolution op

class CntkDenseParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of dense op

class CntkLRNParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of LRN op

class CntkLayerType[source]

Bases: enum.Enum

The enumate of CNTK ops

batch_norm = 4
classification_error = 10
convolution = 2
cross_entropy_with_softmax = 11
dense = 6
dropout = 12
lrn = 13
plus = 5
pooling = 3
psroi_pooling = 14
relu = 1
softmax = 15
splice = 7
unknown = 100
class CntkLayersDefinition[source]

Bases: object

The definition of nodes, created by Caffe and instaced by CNTK

class CntkModelDescription[source]

Bases: object

Record the basic information of model

class CntkPSROIPoolingParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of PSROIPooling op

class CntkParameters[source]

Bases: object

The parameter of all CNTK op

class CntkPoolingParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of pooling op

class CntkSolver[source]

Bases: object

Record the solver state

class CntkSpliceParameters[source]

Bases: cntk.contrib.crosstalkcaffe.unimodel.cntkmodel.CntkParameters

The parameter definition of splice op

class CntkTensorDefinition[source]

Bases: object

The definition of data blob