Browse Source

fix param files for dropout fix

tags/20171017
nihui 8 years ago
parent
commit
70ad4c1275
2 changed files with 1 additions and 1 deletions
  1. BIN
      examples/squeezencnn/assets/squeezenet_v1.1.param.bin
  2. +1
    -1
      examples/squeezenet_v1.1.param

BIN
examples/squeezencnn/assets/squeezenet_v1.1.param.bin View File


+ 1
- 1
examples/squeezenet_v1.1.param View File

@@ -70,7 +70,7 @@ ReLU fire9/relu_expand1x1 1 1 fire9/expand1x1 fire9/expand1x1_fire9/
Convolution fire9/expand3x3 1 1 fire9/squeeze1x1_fire9/relu_squeeze1x1_splitncnn_0 fire9/expand3x3 0=256 1=3 2=1 3=1 4=1 5=1 6=147456
ReLU fire9/relu_expand3x3 1 1 fire9/expand3x3 fire9/expand3x3_fire9/relu_expand3x3 0=0.000000
Concat fire9/concat 2 1 fire9/expand1x1_fire9/relu_expand1x1 fire9/expand3x3_fire9/relu_expand3x3 fire9/concat 0=0
Dropout drop9 1 1 fire9/concat fire9/concat_drop9 0=0.500000
Dropout drop9 1 1 fire9/concat fire9/concat_drop9
Convolution conv10 1 1 fire9/concat_drop9 conv10 0=1000 1=1 2=1 3=1 4=1 5=1 6=512000
ReLU relu_conv10 1 1 conv10 conv10_relu_conv10 0=0.000000
Pooling pool10 1 1 conv10_relu_conv10 pool10 0=1 1=0 2=1 3=0 4=1


Loading…
Cancel
Save