mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-06 09:44:28 +00:00
Test inception module B
This commit is contained in:
@@ -94,8 +94,6 @@ class InceptionATest : public ::testing::Test {
|
||||
inception_a =
|
||||
new InceptionA(inputShape, inputChannels, poolFeatures, prefix);
|
||||
|
||||
CUDANet::Layers::Conv2d *conv;
|
||||
|
||||
// Set up layer weights and bias
|
||||
// Branch 1x1
|
||||
setBasicConv2dWeights(branch1x1_conv_weights, branch1x1_bn_weights,
|
||||
|
||||
Reference in New Issue
Block a user