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

Model convert error #15

Closed
tianylijun opened this issue May 31, 2018 · 2 comments
Closed

Model convert error #15

tianylijun opened this issue May 31, 2018 · 2 comments

Comments

@tianylijun
Copy link
Contributor

layer {
name: "input"
type: "Input"
top: "data"
input_param {
shape {
dim: 1
dim: 3
dim: 22
dim: 92
}
}
}

if input layer prototxt is as above, will report bug as "Blob not setup yet, may be casued by wrong layer order. Aborted"

@tianylijun
Copy link
Contributor Author

the case is if input layer name diff with top blob name, then bug come.

@turbo0628
Copy link
Collaborator

OK, this is a problem of the converter that it only deals with default input name at the time being. I'll update this later.

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