Test inception module B

This commit is contained in:
2024-06-03 21:11:18 +02:00
parent f1f542d5e9
commit 99125a0d38
3 changed files with 10425 additions and 2 deletions

View File

@@ -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,