Modifier and Type | Method and Description |
---|---|
Updater |
Updater.clone() |
Modifier and Type | Method and Description |
---|---|
Updater |
MultiLayerNetwork.getUpdater()
Get the updater for this MultiLayerNetwork
|
Modifier and Type | Method and Description |
---|---|
void |
MultiLayerNetwork.setUpdater(Updater updater)
Set the updater for the MultiLayerNetwork
|
Modifier and Type | Class and Description |
---|---|
class |
LayerUpdater |
class |
MultiLayerUpdater
MultiLayerUpdater: Gradient updater for MultiLayerNetworks.
|
Modifier and Type | Method and Description |
---|---|
Updater |
LayerUpdater.clone() |
Updater |
MultiLayerUpdater.clone() |
static Updater |
UpdaterCreator.getUpdater(Model layer) |
Modifier and Type | Method and Description |
---|---|
Updater |
ConvexOptimizer.getUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
ConvexOptimizer.setUpdater(Updater updater) |
Modifier and Type | Field and Description |
---|---|
protected Updater |
BaseOptimizer.updater |
Modifier and Type | Method and Description |
---|---|
Updater |
BaseOptimizer.getUpdater() |
Modifier and Type | Method and Description |
---|---|
void |
BaseOptimizer.setUpdater(Updater updater) |
Modifier and Type | Method and Description |
---|---|
static Updater |
NetSaverLoaderUtils.loadUpdators(String updatorPath)
Load model updators
|
Copyright © 2016. All Rights Reserved.