public class MultiLayerUpdater extends BaseMultiLayerUpdater<MultiLayerNetwork>
layersByName, network, updaterBlocks, updaterStateViewArray
Constructor and Description |
---|
MultiLayerUpdater(MultiLayerNetwork network) |
MultiLayerUpdater(MultiLayerNetwork network,
INDArray updaterState) |
Modifier and Type | Method and Description |
---|---|
Updater |
clone() |
protected INDArray |
getFlattenedGradientsView() |
protected Trainable[] |
getOrderedLayers() |
protected INDArray |
getParams() |
protected boolean |
isMiniBatch() |
equals, getStateViewArray, hashCode, isSingleLayerUpdater, preApply, setStateViewArray, setStateViewArray, update, update
public MultiLayerUpdater(MultiLayerNetwork network)
public MultiLayerUpdater(MultiLayerNetwork network, INDArray updaterState)
protected Trainable[] getOrderedLayers()
getOrderedLayers
in class BaseMultiLayerUpdater<MultiLayerNetwork>
protected INDArray getFlattenedGradientsView()
getFlattenedGradientsView
in class BaseMultiLayerUpdater<MultiLayerNetwork>
protected INDArray getParams()
getParams
in class BaseMultiLayerUpdater<MultiLayerNetwork>
protected boolean isMiniBatch()
isMiniBatch
in class BaseMultiLayerUpdater<MultiLayerNetwork>
Copyright © 2018. All rights reserved.