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

Input Layer fail to parse shape for multi blobs #12

Open
leoshine opened this issue Apr 1, 2017 · 1 comment
Open

Input Layer fail to parse shape for multi blobs #12

leoshine opened this issue Apr 1, 2017 · 1 comment

Comments

@leoshine
Copy link

leoshine commented Apr 1, 2017

For Input layer, if only one blob is fine, but failed when output multi blobs.
For example:
layer {
name: "Input"
type: "Input"
top: "label"
top: "data"
input_param {
shape {
dim: 10
dim: 1
}
shape {
dim: 10
dim: 3
dim: 224
dim: 224
}
}
}

And this result in:

image

@rlnx
Copy link
Contributor

rlnx commented Apr 7, 2017

@leoshine, how should these shapes be interpreted? Does every shape correspond to the particular top blob in the order they are enumerated?

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