public static class Adam.AdamAggregator extends Object implements GradientUpdaterAggregator
| Constructor and Description |
|---|
AdamAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(GradientUpdater updater)
Add/aggregate a GradientUpdater with this GradientUpdaterAggregator.
|
GradientUpdaterAggregator |
combine(GradientUpdaterAggregator other)
Combine this GradientUpdaterAggregator with another GradientUpdaterAggregator.
|
GradientUpdater |
getUpdater()
Get the final updater after aggregation
|
public GradientUpdater getUpdater()
GradientUpdaterAggregatorgetUpdater in interface GradientUpdaterAggregatorpublic void aggregate(GradientUpdater updater)
GradientUpdaterAggregatoraggregate in interface GradientUpdaterAggregatorpublic GradientUpdaterAggregator combine(GradientUpdaterAggregator other)
GradientUpdaterAggregatorcombine in interface GradientUpdaterAggregatorother - The other GradientUpdaterAggregator (not modified by this method)Copyright © 2016. All Rights Reserved.