网络数据流
2020-03-04 10:46:55 0 举报
网络模块数据流
作者其他创作
大纲/内容
MaxPool: 3x3(out: 192x28x28 )
Concat(out: 256x28x28 )
Conv: 32x5x5(out: 32x28x28 )
Conv: 32x3x3(out: 128x28x28 )
Conv: 96x1x1(out: 96x28x28 )
Conv: 64x1x1(out: 64x28x28 )
Data(out: 192x28x28 )
Conv: 16x1x1(out: 16x28x28 )
Inception结构:https://github.com/BVLC/caffe/blob/master/models/bvlc_googlenet/deploy.prototxt
Conv: 32x1x1(out: 32x28x28 )
0 条评论
回复 删除
下一页