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
When I tried deploying the net using caffe.Net and caffe.classifier interface using the prototxt and caffemodel given in the link http://web.cs.ucla.edu/~lcchen/deeplab-public/vgg128_noup_pool3_cocomix/
I am getting an error message saying that
F0212 12:52:56.985724 7144 insert_splits.cpp:35] Unknown blob input data to layer 0 *** Check failure stack trace: *** Aborted (core dumped)
Am I supposed to use a different prototxt file ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I tried deploying the net using caffe.Net and caffe.classifier interface using the prototxt and caffemodel given in the link
http://web.cs.ucla.edu/~lcchen/deeplab-public/vgg128_noup_pool3_cocomix/
I am getting an error message saying that
F0212 12:52:56.985724 7144 insert_splits.cpp:35] Unknown blob input data to layer 0
*** Check failure stack trace: ***
Aborted (core dumped)
Am I supposed to use a different prototxt file ?
The text was updated successfully, but these errors were encountered: