# 定義網路結構
layer {
name: "conv0"
type: "Convolution"
bottom: "data"
top: "conv0"
param {
lr_mult: 0.0
}
convolution_param {
num_output: 30
bias_term: false
pad: 2
kernel_size: 5
stride: 1
weight_filler {
type: "srm"
}
}
}
如上圖,我要用caffe建立一個CNN模型用來做隱寫分析的,但是caffe的filler.hpp檔案內沒有srm初始化方法,請問如何定義這個方法?
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/28226.html
標籤:機器視覺
下一篇:opencv影像采集太慢
