public interface IWeightNoise extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
IWeightNoise |
clone() |
org.nd4j.linalg.api.ndarray.INDArray |
getParameter(Layer layer,
String paramKey,
int iteration,
int epoch,
boolean train,
LayerWorkspaceMgr workspaceMgr)
Get the parameter, after applying weight noise
|
org.nd4j.linalg.api.ndarray.INDArray getParameter(Layer layer, String paramKey, int iteration, int epoch, boolean train, LayerWorkspaceMgr workspaceMgr)
layer - Layer to get the parameter forparamKey - Parameter keyiteration - Iteration numberepoch - Epoch numbertrain - If true: training. False: at test timeIWeightNoise clone()
Copyright © 2018. All rights reserved.