public class KerasOptimizerUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BETA_1 |
protected static String |
BETA_2 |
protected static String |
DECAY |
protected static String |
EPSILON |
protected static String |
LR |
protected static String |
LR2 |
protected static String |
MOMENTUM |
protected static String |
RHO |
protected static String |
SCHEDULE_DECAY |
| Constructor and Description |
|---|
KerasOptimizerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static IUpdater |
mapOptimizer(Map<String,Object> optimizerConfig)
Map Keras optimizer to DL4J IUpdater.
|
protected static final String LR
protected static final String LR2
protected static final String EPSILON
protected static final String MOMENTUM
protected static final String BETA_1
protected static final String BETA_2
protected static final String DECAY
protected static final String RHO
protected static final String SCHEDULE_DECAY
public static IUpdater mapOptimizer(Map<String,Object> optimizerConfig) throws UnsupportedKerasConfigurationException, InvalidKerasConfigurationException
optimizerConfig - Optimizer configuration mapUnsupportedKerasConfigurationExceptionInvalidKerasConfigurationExceptionCopyright © 2021. All rights reserved.