我使用 Caffe-Jacinto (voc0712od-ssd512x512_jdetnet21v2_iter_120000.caffemodel")训练了演示 SSD 模型。
由于某些不受支持的图层、我删除了 deploy prototxt 文件(deploy_1024x512_delete_layers.prototxt")中的最后几个图层
然后、我将其导入到 TIDL 中。 ("import.log")
问题:
1、有“Max Pass:-2147483648”这样的东西,这个值不正确,为什么?
2、我在 TIDL 和 Caffe-Jacinto 之间逐层匹配结果、但"ctx_output1/Relu_mbox_loc"或"ctx_output1/Relu_mbox_conf"等最后一层的结果错误、值始终为"255"或"0"。
我检查 了"ctx_output1/Relu_mbox_loc"或"ctx_output1/Relu_mbox_conf"的输入、结果正确、但输出错误。
我不知道 TIDL 为什么 会产生这个结果。
部署文件:
名称:"jdetnet21v2_deploy"
输入:"数据"
Input_Shape{
调光:1.
调光:3.
DIM:512
DIM:1024
}
第{
名称:"data/bias (数据/偏置)"
类型:"偏置"
底部:"数据"
顶部:"数据/偏置"
参数{
LR_mult:0
DECAY_MUT:0
}
BIAS_param{
填充{
类型:"常量"
值:-128
}
}
}
第{
名称:“conv1a”
类型:"卷积"
底部:"数据/偏置"
顶部:"conv1a"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:32
BIAS_TERM:true
焊盘:2.
kernel_size:5.
组:1.
跨度:2.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"conv1a/bn"
类型:"BatchNorm"
底部:"conv1a"
顶部:"conv1a"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"conv1a/Relu"
类型:"Relu"
底部:"conv1a"
顶部:"conv1a"
}
第{
名称:"conv1b"
类型:"卷积"
底部:"conv1a"
顶部:"conv1b"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:32
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:4.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"conv1b/bn"
类型:"BatchNorm"
底部:"conv1b"
顶部:"conv1b"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"conv1b/Relu"
类型:"Relu"
底部:"conv1b"
顶部:"conv1b"
}
第{
名称:"Pool1"
类型:"池化"
底部:"conv1b"
顶部:"Pool1"
{
池:最大
kernel_size:2.
跨度:2.
}
}
第{
名称:"res2a_branch2a"
类型:"卷积"
底部:"Pool1"
顶部:"res2a_branch2a"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:64
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res2a_branch2a/bn"
类型:"BatchNorm"
底部:"res2a_branch2a"
顶部:"res2a_branch2a"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res2a_branch2a/Relu"
类型:"Relu"
底部:"res2a_branch2a"
顶部:"res2a_branch2a"
}
第{
名称:"res2a_branch2b"
类型:"卷积"
底部:"res2a_branch2a"
顶部:"res2a_branch2b"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:64
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:4.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res2a_branch2b/bn"
类型:"BatchNorm"
底部:"res2a_branch2b"
顶部:"res2a_branch2b"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res2a_branch2B/Relu"
类型:"Relu"
底部:"res2a_branch2b"
顶部:"res2a_branch2b"
}
第{
名称:"Pool2"
类型:"池化"
底部:"res2a_branch2b"
顶部:"Pool2"
{
池:最大
kernel_size:2.
跨度:2.
}
}
第{
名称:"res3a_branch2a"
类型:"卷积"
底部:"Pool2"
顶部:"res3a_branch2a"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:128
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res3a_branch2a/bn"
类型:"BatchNorm"
底部:"res3a_branch2a"
顶部:"res3a_branch2a"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res3a_branch2a/Relu"
类型:"Relu"
底部:"res3a_branch2a"
顶部:"res3a_branch2a"
}
第{
名称:"res3a_branch2b"
类型:"卷积"
底部:"res3a_branch2a"
顶部:"res3a_branch2b"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:128
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:4.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res3a_branch2b/bn"
类型:"BatchNorm"
底部:"res3a_branch2b"
顶部:"res3a_branch2b"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res3a_branch2B/Relu"
类型:"Relu"
底部:"res3a_branch2b"
顶部:"res3a_branch2b"
}
第{
名称:"pool3"
类型:"池化"
底部:"res3a_branch2b"
顶部:"pool3"
{
池:最大
kernel_size:2.
跨度:2.
}
}
第{
名称:"res4a_branch2a"
类型:"卷积"
底部:"pool3"
顶部:"res4a_branch2a"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:256
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res4a_branch2a/bn"
类型:"BatchNorm"
底部:"res4a_branch2a"
顶部:"res4a_branch2a"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res4a_branch2a/Relu"
类型:"Relu"
底部:"res4a_branch2a"
顶部:"res4a_branch2a"
}
第{
名称:"res4a_branch2b"
类型:"卷积"
底部:"res4a_branch2a"
顶部:"res4a_branch2b"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:256
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:4.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"res4a_branch2b/bn"
类型:"BatchNorm"
底部:"res4a_branch2b"
顶部:"res4a_branch2b"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res4a_branch2B/Relu"
类型:"Relu"
底部:"res4a_branch2b"
顶部:"res4a_branch2b"
}
第{
名称:"pool4"
类型:"池化"
底部:"res4a_branch2b"
顶部:"pool4"
{
池:最大
kernel_size:1.
跨度:1.
}
}
第{
名称:"res5a_branch2a"
类型:"卷积"
底部:"pool4"
顶部:"res5a_branch2a"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:2.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:2.
}
}
第{
名称:"res5a_branch2a/bn"
类型:"BatchNorm"
底部:"res5a_branch2a"
顶部:"res5a_branch2a"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res5a_branch2a/Relu"
类型:"Relu"
底部:"res5a_branch2a"
顶部:"res5a_branch2a"
}
第{
名称:"res5a_branch2b"
类型:"卷积"
底部:"res5a_branch2a"
顶部:"res5a_branch2b"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:2.
kernel_size:3.
组:4.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:2.
}
}
第{
名称:"res5a_branch2b/bn"
类型:"BatchNorm"
底部:"res5a_branch2b"
顶部:"res5a_branch2b"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"res5a_branch2B/Relu"
类型:"Relu"
底部:"res5a_branch2b"
顶部:"res5a_branch2b"
}
第{
名称:"pool6"
类型:"池化"
底部:"res5a_branch2b"
顶部:"pool6"
{
池:最大
kernel_size:3.
跨度:2.
焊盘:1.
}
}
第{
名称:"pool7"
类型:"池化"
底部:"pool6"
顶部:"pool7"
{
池:最大
kernel_size:3.
跨度:2.
焊盘:1.
}
}
第{
名称:"pool8"
类型:"池化"
底部:"pool7"
顶部:"pool8"
{
池:最大
kernel_size:3.
跨度:2.
焊盘:1.
}
}
第{
名称:"ctx_output1"
类型:"卷积"
底部:"res5a_branch2b"
顶部:"ctx_output1"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:0
kernel_size:1.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output1/bn"
类型:"BatchNorm"
底部:"ctx_output1"
顶部:"ctx_output1"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"ctx_output1/Relu"
类型:"Relu"
底部:"ctx_output1"
顶部:"ctx_output1"
}
第{
名称:"ctx_output2"
类型:"卷积"
底部:"pool6"
顶部:"ctx_output2"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:0
kernel_size:1.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output2/bn"
类型:"BatchNorm"
底部:"ctx_output2"
顶部:"ctx_output2"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"ctx_output2/Relu"
类型:"Relu"
底部:"ctx_output2"
顶部:"ctx_output2"
}
第{
名称:"ctx_output3"
类型:"卷积"
底部:"pool7"
顶部:"ctx_output3"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:0
kernel_size:1.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output3/bn"
类型:"BatchNorm"
底部:"ctx_output3"
顶部:"ctx_output3"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"ctx_output3/Relu"
类型:"Relu"
底部:"ctx_output3"
顶部:"ctx_output3"
}
第{
名称:"ctx_output4"
类型:"卷积"
底部:"pool8"
顶部:"ctx_output4"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:512
BIAS_TERM:true
焊盘:0
kernel_size:1.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output4/bn"
类型:"BatchNorm"
底部:"ctx_output4"
顶部:"ctx_output4"
batch_norm_param{
Moving_Avery_Fraction:0.99
EPS:0.0001
SCALL_BIAS:true
}
}
第{
名称:"ctx_output4/Relu"
类型:"Relu"
底部:"ctx_output4"
顶部:"ctx_output4"
}
第{
名称:"ctx_output1/Relu_mbox_loc"
类型:"卷积"
底部:"ctx_output1"
顶部:"ctx_output1/Relu_mbox_loc"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:16.
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output1/Relu_mbox_conf"
类型:"卷积"
底部:"ctx_output1"
顶部:"ctx_output1/Relu_mbox_conf"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:84
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output2/Relu_mbox_loc"
类型:"卷积"
底部:"ctx_output2"
顶部:"ctx_output2/Relu_mbox_loc"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:16.
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output2/Relu_mbox_conf"
类型:"卷积"
底部:"ctx_output2"
顶部:"ctx_output2/Relu_mbox_conf"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:84
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output3/Relu_mbox_loc"
类型:"卷积"
底部:"ctx_output3"
顶部:"ctx_output3/Relu_mbox_loc"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:16.
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output3/Relu_mbox_conf"
类型:"卷积"
底部:"ctx_output3"
顶部:"ctx_output3/Relu_mbox_conf"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:84
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output4/Relu_mbox_loc"
类型:"卷积"
底部:"ctx_output4"
顶部:"ctx_output4/Relu_mbox_loc"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:16.
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
第{
名称:"ctx_output4/Relu_mbox_conf"
类型:"卷积"
底部:"ctx_output4"
顶部:"ctx_output4/Relu_mbox_conf"
参数{
LR_mult:1.
DECAY_MUT:1.
}
参数{
LR_mult:2.
DECAY_MUT:0
}
卷积_param{
num_output:84
BIAS_TERM:true
焊盘:1.
kernel_size:3.
组:1.
跨度:1.
weight_ciller{
类型:"MSRA"
}
BIAS_Filler{
类型:"常量"
值:0
}
稀释:1.
}
}
导入文件:
Caffe 网络文件:deploy_1024x512_delete_layers.prototxt
Caffe Model File (咖啡因模型文件):voc0712od-ssd512x512_jdetnet21v2_iter_120000.caffemodel
TIDL 网络文件:NET.BIN
TIDL 模型文件:PRM.bin
网络名称:jdetnet21v2_deploy
数字输入:1.
检测到的层数:28
0、TIDL_DataLayer、数据0、-1、1、 x、x、x、x、x、 x、x、x、0、0、 0、0、0、1、3、 512、1024、0、
1、TIDL_BatchNormalLayer、data/bias 1、1、1、 0、x、x、x、x、 x、x、x、1、1、 3、512、1024、1、3、 512、1024、1572864、
2、TIDL_ConvolutionLayer、conv1a 1、1、1、 1、x、x、x、x、 x、x、x、2、1、 3、512、1024、1、32、 256、512、314572800、
3、TIDL_ConvolutionLayer、conv1b 1、1、1、 2、x、x、x、x、 x、x、x、3、1、 32、256、512、1、32、 128、256、301989888、
4、TIDL_ConvolutionLayer、res2a_branch2a 1、1、1、 3、x、x、x、x、 x、x、x、4、1、 32、128、256、1、64、 128、256、603979776、
5、TIDL_ConvolutionLayer、res2a_branch2b 1、1、1、 4、x、x、x、x、 x、x、x、5、1、 64、128、256、1、64、 64、128、301989888、
6、TIDL_ConvolutionLayer、res3a_branch2a 1、1、1、 5、x、x、x、x、 x、x、x、6、1、 64、64、128、1、128、 64、128、603979776、
7、TIDL_ConvolutionLayer、res3a_branch2b 1、1、1、 6、x、x、x、x、 x、x、x、7、1、 128、64、128、1、128、 32、64、301989888、
8、TIDL_ConvolutionLayer、res4a_branch2a 1、1、1、 7、x、x、x、x、 x、x、x、8、1、 128、32、64、1、256、 32、64、603979776、
9、TIDL_ConvolutionLayer、res4a_branch2b 1、1、1、 8、x、x、x、x、 x、x、x、9、1、 256、32、64、1、256、 32、64、301989888、
10、TIDL_PoolingLayer、pool4 1、1、1、 9、x、x、x、x、 x、x、x、10、1、 256、32、64、1、256、 32、64、524288、
11、TIDL_ConvolutionLayer、res5a_branch2a 1、1、1、 10、x、x、x、x、 x、x、x、11、1、 256、32、64、1、512、 32、64、2415919104、
12、TIDL_ConvolutionLayer、res5a_branch2b 1、1、1、 11、x、x、x、x、 x、x、x、12、1、 512、32、64、1、512、 32、64、1207959552、
13、TIDL_PoolingLayer、pool6 1、1、1、 12、x、x、x、x、 x、x、x、13、1、 512、32、64、1、512、 17、33、2585088、
14、TIDL_PoolingLayer、pool7 1、1、1、 13、x、x、x、x、 x、x、x、14、1、 512、17、33、1、512、 9、17、705024、
15、TIDL_PoolingLayer、pool8 1、1、1、 14、x、x、x、x、 x、x、x、15、1、 512、9、17、1、512、 5、9、207360、
16、TIDL_ConvolutionLayer、ctx_output1、1、1、 12、x、x、x、x、 x、x、x、16、1、 512、32、64、1、512、 32、64、536870912、
17、TIDL_ConvolutionLayer、ctx_output2 1、1、1、 13、x、x、x、x、 x、x、x、17、1、 512、17、33、1、512、 17、33、147062784、
18、TIDL_ConvolutionLayer、ctx_output3 1、1、1、 14、x、x、x、x、 x、x、x、18、1、 512、9、17、1、512、 9、17、40108032、
19、TIDL_ConvolutionLayer、ctx_output4 1、1、1、 15、x、x、x、x、 x、x、x、19、1、 512、5、9、1、512、 5、9、11796480、
20、TIDL_ConvolutionLayer、ctx_output1/Relu_mbox_loc 1、1、1、 16、x、x、x、x、 x、x、x、20、1、 512、32、64、1、16、 32、64、150994944、
21、TIDL_ConvolutionLayer、ctx_output1/Relu_mbox_conf 1、1、1、 16、x、x、x、x、 x、x、x、21、1、 512、32、64、1、84、 32、64、792723456、
22、TIDL_ConvolutionLayer、ctx_output2/Relu_mbox_loc 1、1、1、 17、x、x、x、x、 x、x、x、22、1、 512、17、33、1、16、 17、33、41361408、
23、TIDL_ConvolutionLayer、ctx_output2/Relu_mbox_conf 1、1、1、 17、x、x、x、x、 x、x、x、23、1、 512、17、33、1、84、 17、33、217147392、
24、TIDL_ConvolutionLayer、ctx_output3/Relu_mbox_loc 1、1、1、 18、x、x、x、x、 x、x、x、24、1、 512、9、17、1、16、 9、17、11280384、
25、TIDL_ConvolutionLayer、ctx_output3/Relu_mbox_conf 1、1、1、 18、x、x、x、x、 x、x、x、25、1、 512、9、17、1、84、 9、17、59222016、
26、TIDL_ConvolutionLayer、ctx_output4/Relu_mbox_loc 1、1、1、 19、x、x、x、x、 x、x、x、26、1、 512、5、9、1、16、 5、9、3317760、
27、TIDL_ConvolutionLayer、ctx_output4/Relu_mbox_conf 1、1、1、 19、x、x、x、x、 x、x、x、27、1、 512、5、9、1、84、 5、9、17418240、
正在处理配置文件.\tempDir\qunat_stats_config.txt!
0、TIDL_DataLayer、0、-1、1、 x、x、x、x、x、 x、x、x、0、0、 0、0、0、1、3、 512、1024、
1、TIDL_BatchNormalLayer、1、1、1、 0、x、x、x、x、 x、x、x、1、1、 3、512、1024、1、3、 512、1024、
2、TIDL_ConvolutionLayer、1、1、1、 1、x、x、x、x、 x、x、x、2、1、 3、512、1024、1、32、 256、512、
3、TIDL_ConvolutionLayer、1、1、1、 2、x、x、x、x、 x、x、x、3、1、 32、256、512、1、32、 128、256、
4、TIDL_ConvolutionLayer、1、1、1、 3、x、x、x、x、 x、x、x、4、1、 32、128、256、1、64、 128、256、
5、TIDL_ConvolutionLayer、1、1、1、 4、x、x、x、x、 x、x、x、5、1、 64、128、256、1、64、 64、128、
6、TIDL_ConvolutionLayer、1、1、1、 5、x、x、x、x、 x、x、x、6、1、 64、64、128、1、128、 64、128、
7、TIDL_ConvolutionLayer、1、1、1、 6、x、x、x、x、 x、x、x、7、1、 128、64、128、1、128、 32、64、
8、TIDL_ConvolutionLayer、1、1、1、 7、x、x、x、x、 x、x、x、8、1、 128、32、64、1、256、 32、64、
9、TIDL_ConvolutionLayer、1、1、1、 8、x、x、x、x、 x、x、x、9、1、 256、32、64、1、256、 32、64、
10、TIDL_PoolingLayer、1、1、1、 9、x、x、x、x、 x、x、x、10、1、 256、32、64、1、256、 32、64、
11、TIDL_ConvolutionLayer、1、1、1、 10、x、x、x、x、 x、x、x、11、1、 256、32、64、1、512、 32、64、
12、TIDL_ConvolutionLayer、1、1、1、 11、x、x、x、x、 x、x、x、12、1、 512、32、64、1、512、 32、64、
13、TIDL_PoolingLayer、1、1、1、 12、x、x、x、x、 x、x、x、13、1、 512、32、64、1、512、 17、33、
14、TIDL_PoolingLayer、1、1、1、 13、x、x、x、x、 x、x、x、14、1、 512、17、33、1、512、 9、17、
15、TIDL_PoolingLayer、1、1、1、 14、x、x、x、x、 x、x、x、15、1、 512、9、17、1、512、 5、9、
16、TIDL_ConvolutionLayer、1、1、1、 12、x、x、x、x、 x、x、x、16、1、 512、32、64、1、512、 32、64、
17、TIDL_ConvolutionLayer、1、1、1、 13、x、x、x、x、 x、x、x、17、1、 512、17、33、1、512、 17、33、
18、TIDL_ConvolutionLayer、1、1、1、 14、x、x、x、x、 x、x、x、18、1、 512、9、17、1、512、 9、17、
19、TIDL_ConvolutionLayer、1、1、1、 15、x、x、x、x、 x、x、x、19、1、 512、5、9、1、512、 5、9、
20、TIDL_ConvolutionLayer、1、1、1、 16、x、x、x、x、 x、x、x、20、1、 512、32、64、1、16、 32、64、
21、TIDL_ConvolutionLayer、1、1、1、 16、x、x、x、x、 x、x、x、21、1、 512、32、64、1、84、 32、64、
22、TIDL_ConvolutionLayer、1、1、1、 17、x、x、x、x、 x、x、x、22、1、 512、17、33、1、16、 17、33、
23、TIDL_ConvolutionLayer、1、1、1、 17、x、x、x、x、 x、x、x、23、1、 512、17、33、1、84、 17、33、
24,TIDL_ConvolutionLayer,1,1,1, 18、x、x、x、x、 x、x、x、24、1、 512、9、17、1、16、 9、17、
25、TIDL_ConvolutionLayer、1、1、1、 18、x、x、x、x、 x、x、x、25、1、 512、9、17、1、84、 9、17、
26、TIDL_ConvolutionLayer、1、1、1、 19、x、x、x、x、 x、x、x、26、1、 512、5、9、1、16、 5、9、
27、TIDL_ConvolutionLayer、1、1、1、 19、x、x、x、x、 x、x、x、27、1、 512、5、9、1、84、 5、9、
28、TIDL_DataLayer、0、1、-1、 27、x、x、x、x、 x、x、x、0、1、 84、5、9、0、0、 0、0、
层 ID、inBlkWidth、inBlkHeight、inBlkPitch、outBlkWidth、outBlkHeight、outBlkPitch、numInChs、numOutChs、numLclInChs、numLclOutChs、numProcItrs、numHorBlock numVerinChc、NpitInCht、numBlinSpitch
2 72 72 72 32 32 3 32 3 32 3 1 8 1 3 16 8 5184 1024 1
3 40 34 40 32 32 8 8 4 8 1 2 16 8 1360 1024 1
4 40 34 40 32 32 32 64 32 6 8 1 6 8 4 1360 1024 1
5 40 34 40 32 32 16 16 6 8 1 3 8 4 1360 1024 1
6 40 34 40 32 32 64 128 64 6 8 1 11 4 2 1360 1024 1
7 40 34 40 32 32 32 32 32 32 32 32 32 6 8 1 6 4 2 1360 1024 1
8 40 34 40 32 32 128 256 128 6 8 1 22 2 1 1360 1024 1
9 40 34 40 32 32 64 64 64 6 8 1 11 2 1 1360 1024 1
11 40 20 40 32 16 32 256 512 256 8 8 1 32 2 800 512 1
12 40 36 40 32 32 128 128 128 5 8 1 26 2 1 1440 1024 1
16 32 16 32 32 16 32 512 512 8 8 1 64 2 512 1
17 32 17 32 32 17 32 512 512 8 8 1 64 2 1 544 544 1
18 32 9 32 9 32 512 512 512 8 8 1 64 1 288 1
19 16 5 16 5 16 512 512 8 8 1 64 1 80 1
20 40 18 40 32 16 32 512 16 256 8 2 32 2 720 512 1
21 40 18 40 32 16 32 512 84 256 8 2 32 2 720 512 1
22 40 18 40 32 16 32 512 16 256 8 2 32 2 720 512 1
23 40 18 40 32 16 32 512 84 256 8 2 32 2 720 512 1
24 40 11 40 32 9 32 512 16 512 8 8 1 64 1 440 288 1
25 40 11 40 32 9 32 512 84 512 8 8 1 64 1 440 288 1
26 24 7 24 16 5 16 512 16 512 8 8 1 64 1 168 80 1
27 24 7 24 16 5 16 512 84 512 8 8 1 64 1 168 80 1
正在处理帧编号:0
第1层:最大通过数:-2147483648:15301输出量:254,43861,TIDL_BatchNormalLayer,通过数#MMACS = 1.57,0.00,1.57,稀疏度:0.00,100.00
第2层:最大通过数:-2147483648:105994输出量:11467、106410, TIDL_ConvolutionLayer,通过数#MMACS = 314.57、279.97、300.94,稀疏度:4.33、11.00
第3层:最大通过数:-2147483648:19171输出数:11355、19246、TIDL_ConvolutionLayer,通过数#MMACS = 301.99、261.88、272.63、稀疏度:9.72、13.28
第4层:最大传递数:-2147483648:48257输出数:22744、48446、TIDL_ConvolutionLayer,传递数#MMACS = 603.98、558.43、578.81、稀疏度:4.17、7.54
第5层:最大传递数:-2147483648:41123输出数:15555、41284、TIDL_ConvolutionLayer,传递数#MMACS = 301.99、284.26、292.16、稀疏度:3.26、5.87
第6层:最大通过数:-2147483648:71895输出量:19140,72177,TIDL_ConvolutionLayer,通过数#MMACS = 603.98,563.72,581.21,稀疏度:3.77,6.67
第7层:最大通过数:-2147483648:57803输出量:18455,58030,TIDL_ConvolutionLayer,通过数#MMACS = 301.99,288.17,298.35,稀疏度:1.20,4.58
第8层:最大通过数:-2147483648:112088输出量:20457、112528、TIDL_ConvolutionLayer,通过数#MMACS = 603.98、571.37、588.81、稀疏度:2.51、5.40
第9层:最大传递数:-2147483648:57972输出数:22662,58199,TIDL_ConvolutionLayer,传递数#MMACS = 301.99,287.32,296.04,稀疏度:1.97,4.86
第10层:TIDL_PoolingLayer,通过#MMACS = 0.52、0.00、0.52、sparsity:0.00、100.00
第11层:最大通过数:-2147483648:52315输出数:39664、52520、TIDL_ConvolutionLayer,通过数#MMACS = 2415.92、2246.56、2297.30、稀疏度:4.91、7.01
第12层:最大通过数:-2147483648:50735输出量 Q:3152、50934、TIDL_ConvolutionLayer,通过数#MMACS = 1207.96、1094.96、1135.71、稀疏度:5.98、9.35
第13层:TIDL_PoolingLayer,传递#MMACS = 0.29、0.00、0.29、sparsity:0.00、100.00
第14层:TIDL_PoolingLayer,通过#MMACS = 0.08、0.00、0.08、sparsity:0.00、100.00
第15层:TIDL_PoolingLayer,通过#MMACS = 0.02、0.00、0.02、sparsity:0.00、100.00
第16层:最大通过数:-2147483648:42410输出量:22305,42576,TIDL_ConvolutionLayer,通过数#MMACs = 536.87,512.22,536.80,稀疏度:0.01,4.59
第17层:最大通过数:-2147483648:51785输出数:28329,51988,TIDL_ConvolutionLayer,通过数#MMACS = 147.06,140.29,147.03,稀疏度:0.02,4.61
第18层:最大通过数:-2147483648:54221输出量 Q:25702、54434、TIDL_ConvolutionLayer,通过数#MMACS = 40.11、38.12、40.10、稀疏度:0.02、4.95
第19层:最大通过率:-2147483648:63420输出 Q:24673,63669,TIDL_ConvolutionLayer,通过#MMACS = 11.80,11.33,11.80,稀疏度:0.01,3.92
第20层:最大通过数:-2147483648:93195输出数:3094,353782,TIDL_ConvolutionLayer,通过数#MMACS = 150.99,126.10,129.25,稀疏度:14.40,16.49
第21层:最大通过率:-2147483648:717460输出 Q:1965,1446219,TIDL_ConvolutionLayer,通过#MMACS = 792.72,734.32,750.56,稀疏度:5.32,7.37
第22层:最大通过数:-2147483648:100259输出数:7823、302286、TIDL_ConvolutionLayer,通过数#MMACS = 41.36、36.99、37.83、稀疏度:8.53、10.57
第23层:最大通过数:-2147483648:661541输出数:2025,1333500,TIDL_ConvolutionLayer,通过数#MMACS = 217.15,197.41,201.89,稀疏度:7.03,9.09
第24层:最大通过数:-2147483648:132514输出量:9805,267115,TIDL_ConvolutionLayer,通过数#MMACS = 11.28,10.32,10.56,稀疏度:6.39,8.51
第25层:最大通过率:-2147483648:618447输出 Q:2022、1246633、TIDL_ConvolutionLayer,通过#MMACS = 59.22、57.15、58.45、稀疏度:1.30、3.50
第26层:最大传递数:-2147483648:186789输出数:10431、376520、TIDL_ConvolutionLayer,传递数#MMACS = 3.32、3.08、3.15、稀疏度:5.03、7.15
第27层:最大传递数:-2147483648:837833输出量 Q:1679、1688860、TIDL_ConvolutionLayer,传递数#MMACS = 17.42、16.92、17.28、稀疏度:0.78、2.87
找到配置列表的末尾!
千兆马卡:8.9932
总千兆位 MAC:134.8987 @15 fps
总千兆位 MAC:269.7975 @30 fps
