public class WeightInitUtilTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.nd4j.linalg.api.rng.distribution.Distribution |
dist |
protected int |
fanIn |
protected int |
fanOut |
protected int[] |
shape |
Constructor and Description |
---|
WeightInitUtilTest() |
Modifier and Type | Method and Description |
---|---|
void |
doBefore() |
void |
testDistribution() |
void |
testRelu() |
void |
testSigmoidUniform() |
void |
testUniform() |
void |
testXavier() |
void |
testXavierFanIn() |
void |
testXavierLegacy() |
void |
testZero() |
protected int fanIn
protected int fanOut
protected int[] shape
protected org.nd4j.linalg.api.rng.distribution.Distribution dist
public void doBefore()
public void testDistribution()
public void testRelu()
public void testSigmoidUniform()
public void testUniform()
public void testXavier()
public void testXavierFanIn()
public void testXavierLegacy()
public void testZero()