public class ConvolutionLayerTest
extends java.lang.Object
Constructor and Description |
---|
ConvolutionLayerTest() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
org.nd4j.linalg.api.ndarray.INDArray |
getContainedCol() |
Layer |
getContainedConfig() |
org.nd4j.linalg.api.ndarray.INDArray |
getContainedData() |
Layer |
getMNISTConfig() |
org.nd4j.linalg.api.ndarray.INDArray |
getMnistData() |
void |
testActivateResultsContained() |
void |
testCNNBiasInit() |
void |
testCnnIm2ColReshaping() |
void |
testCNNInputSetupMNIST() |
void |
testCNNKernelNoSize() |
void |
testCNNMLNBackprop() |
void |
testCNNMLNPretrain() |
void |
testCNNSubComboWithMixedHW() |
void |
testCNNTooLargeKernel() |
void |
testCNNZeroStride() |
void |
testDeltaReshaping() |
void |
testFeatureMapShapeMNIST() |
void |
testGetSetParams() |
void |
testTwdFirstLayer() |
void |
testWeightReshaping() |
public void before()
public void testTwdFirstLayer() throws java.lang.Exception
java.lang.Exception
public void testCNNSubComboWithMixedHW()
public void testCNNTooLargeKernel()
public void testCNNZeroStride()
public void testCNNKernelNoSize()
public void testCNNBiasInit()
public void testCNNInputSetupMNIST() throws java.lang.Exception
java.lang.Exception
public void testFeatureMapShapeMNIST() throws java.lang.Exception
java.lang.Exception
public void testActivateResultsContained()
public Layer getMNISTConfig()
public org.nd4j.linalg.api.ndarray.INDArray getMnistData() throws java.lang.Exception
java.lang.Exception
public Layer getContainedConfig()
public org.nd4j.linalg.api.ndarray.INDArray getContainedData()
public org.nd4j.linalg.api.ndarray.INDArray getContainedCol()
public void testCNNMLNPretrain() throws java.lang.Exception
java.lang.Exception
public void testCNNMLNBackprop() throws java.lang.Exception
java.lang.Exception
public void testGetSetParams()
public void testCnnIm2ColReshaping()
public void testDeltaReshaping()
public void testWeightReshaping()