We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
@leoshine, how should these shapes be interpreted? Does every shape correspond to the particular top blob in the order they are enumerated?
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: