Uses of Class
org.deeplearning4j.nn.updater.UpdaterBlock
-
Packages that use UpdaterBlock Package Description org.deeplearning4j.nn.updater org.deeplearning4j.util -
-
Uses of UpdaterBlock in org.deeplearning4j.nn.updater
Fields in org.deeplearning4j.nn.updater with type parameters of type UpdaterBlock Modifier and Type Field Description protected List<UpdaterBlock>
BaseMultiLayerUpdater. updaterBlocks
-
Uses of UpdaterBlock in org.deeplearning4j.util
Method parameters in org.deeplearning4j.util with type arguments of type UpdaterBlock Modifier and Type Method Description protected static INDArray
NetworkUtils. rebuildUpdaterStateArray(INDArray origUpdaterState, List<UpdaterBlock> orig, List<UpdaterBlock> newUpdater)
Rebuild the updater state after a learning rate change.
-