Package | Description |
---|---|
org.deeplearning4j.nn.updater | |
org.deeplearning4j.util |
Modifier and Type | Field and Description |
---|---|
protected List<UpdaterBlock> |
BaseMultiLayerUpdater.updaterBlocks |
Modifier and Type | Method and Description |
---|---|
protected static INDArray |
NetworkUtils.rebuildUpdaterStateArray(INDArray origUpdaterState,
List<UpdaterBlock> orig,
List<UpdaterBlock> newUpdater)
Rebuild the updater state after a learning rate change.
|
protected static INDArray |
NetworkUtils.rebuildUpdaterStateArray(INDArray origUpdaterState,
List<UpdaterBlock> orig,
List<UpdaterBlock> newUpdater)
Rebuild the updater state after a learning rate change.
|
Copyright © 2019. All rights reserved.