如何在Caffe中配置每一个层的结构试题.docx

如何在Caffe中配置每一个层的结构1. Vision Layers1.1 卷积层(Convolution)类型:CONVOLUTION例子layers { name: conv1 type: CONVOLUTION bottom: data top: conv1 blobs_lr: 1 # learning rate multiplier for the filters blobs_lr: 2 # learning rate multiplier for the biases weight_decay: 1 # weight decay multiplier for the filters weight_decay: 0 # weight decay multiplier for the biases convolution_param { num_output: 96 # learn 96 filters kernel_size: 11 # each filter is 11x11 stride: 4 # step 4 pixels between each filter application weight_filler { type:

文档评论(0)

1亿VIP精品文档

相关文档