Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check failed: false Unknown filler name: EdgeX #2

Closed
xiongdemao opened this issue Apr 2, 2018 · 1 comment
Closed

Check failed: false Unknown filler name: EdgeX #2

xiongdemao opened this issue Apr 2, 2018 · 1 comment

Comments

@xiongdemao
Copy link

xiongdemao commented Apr 2, 2018

Part 3. Depth
Run

bash ./expriments/depth/train.sh

get :

I0402 21:05:01.934139 12367 net.cpp:406] gx_Itgt_RGB <- Itgt_norm_imR_0_split_1
I0402 21:05:01.934151 12367 net.cpp:380] gx_Itgt_RGB -> gx_Itgt_RGB
F0402 21:05:01.934406 12367 filler.hpp:288] Check failed: false Unknown filler name: EdgeX

I check the 'train.prototxt'file,I find

layer {
  name: "gx_Itgt_RGB"
  type: "Convolution"
  bottom: "Itgt"
  top: "gx_Itgt_RGB"
  param {
    lr_mult: 0
  }
  convolution_param {
    num_output: 3
    bias_term: false
    kernel_size: 3
    group: 3
    stride: 1
    weight_filler {
      type: "EdgeX"
    }
  }
  include {phase: TRAIN}
}

but there seem no “EdgeX”

@Huangying-Zhan
Copy link
Owner

Huangying-Zhan commented Apr 3, 2018

Hi @xiongdemao, thanks for pointing out the issue. I have added filler.hpp which includes "EdgeX" and "EdgeY".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants