-
- Downloads
An error occurred while retrieving diff files
Added test cases for forward and backward propagation through a single...
Added test cases for forward and backward propagation through a single convolution layer in both architectures. I had to revert the debugging mechanism to use the lower level `Print()` because `PrintMatrix` only works for the CPU case.
Showing
- tmva/tmva/test/DNN/CNN/TestConvLayer.h 329 additions, 0 deletionstmva/tmva/test/DNN/CNN/TestConvLayer.h
- tmva/tmva/test/DNN/CNN/TestConvLayerCpu.cxx 64 additions, 0 deletionstmva/tmva/test/DNN/CNN/TestConvLayerCpu.cxx
- tmva/tmva/test/DNN/CNN/TestConvLayerCuda.cxx 63 additions, 0 deletionstmva/tmva/test/DNN/CNN/TestConvLayerCuda.cxx
- tmva/tmva/test/DNN/CNN/TestConvNet.h 35 additions, 7 deletionstmva/tmva/test/DNN/CNN/TestConvNet.h
Loading
Please register or sign in to comment