-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Error encountered: Unknown layer type encountered: 4 for VGG-16 laycer CNN #39
Comments
The problem is with the version of Caffe that your prototxt file is written for. To do so, apply these changes:
|
Thanks for your response. I implemented the changes and now have this error: xt_format.py", line 764, in ConsumeIdentifier I changed the attached .prototxt to .txt Your assistance is much appreciated. |
I'd recommend using the |
Managed to get a new .prototxt. Thanks for the help. |
Hi , I do not have caffe , I was wondering if someone can upgrade a prototxt file and share? |
@Yaffa1607 have you ever got the |
Hi, @SepehrV , Do you have the problem of "Error encountered: Unknown layer type encountered: Normalize", can you give me some advice, please? |
Using the command: ./convert.py VGG_ILSVRC_16_layers_deploy.prototxt --code-output-path=mynet.py
.prototxt obtained from: https://gist.github.com/ksimonyan/211839e770f7b538e2d8
The text was updated successfully, but these errors were encountered: