Esempio n. 1
0
 def __init__(self, winRows, winCols, strideRow, strideCol, padding, step,
              momentum, reg, regCoefInput, numGaussiansInput, meanStepSize,
              stdDevStepSize, mixingStepSize):
     self.layer = CNN.Conv2DLayer(winRows, winCols, strideRow, strideCol,
                                  padding, step, momentum, reg,
                                  regCoefInput, numGaussiansInput,
                                  meanStepSize, stdDevStepSize,
                                  mixingStepSize)