public interface IWeightNoise extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
IWeightNoise |
clone() |
INDArray |
getParameter(Layer layer,
String paramKey,
int iteration,
int epoch,
boolean train,
LayerWorkspaceMgr workspaceMgr)
Get the parameter, after applying weight noise
|
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 © 2021. All rights reserved.