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

Issue about the compact_bilinear_param #4

Open
manli009 opened this issue Sep 9, 2016 · 6 comments
Open

Issue about the compact_bilinear_param #4

manli009 opened this issue Sep 9, 2016 · 6 comments

Comments

@manli009
Copy link

manli009 commented Sep 9, 2016

I have compiled the feature/20160617_cb_softattention successfully, but when I try to evaluata , I met this :

[libprotobuf ERROR google/protobuf/text_format.cc:245] Error parsing text-format caffe.NetParameter: 382:26: Message type "caffe.LayerParameter" has no field named "compact_bilinear_param".
WARNING: Logging before InitGoogleLogging() is written to STDERR
F0909 14:52:28.792832 28865 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: multi_att_2_glove_pretrained//proto_test.prototxt
*** Check failure stack trace: ***
I am new to caffe, so I hope to get some advice from @daylen . Sorry for interrupting you!

@daylen
Copy link
Collaborator

daylen commented Sep 10, 2016

Make sure your PYTHONPATH is set to the correct caffe/python directory.

@ili3p
Copy link

ili3p commented Nov 8, 2016

I got the same error and the PYTHONPATH is set to the correct caffe/python.

@ili3p
Copy link

ili3p commented Nov 8, 2016

The issue was with the git branch. The switching of the branch needs to be:

$:caffe/⇒  git fetch
$:caffe/⇒  git checkout feature/20160617_cb_softattention

Instead of (wrong):

$:caffe/⇒  git checkout -b feature/20160617_cb_softattention

With git version 1.9.1.

@eustcPL
Copy link

eustcPL commented Mar 15, 2018

how to get feature/20160617_cb_softattention ? @manli009

@MohamedElrefai
Copy link

MohamedElrefai commented Mar 18, 2018

@ilija139 I have installed as you said but stil having the same error when i try to run server.py file
[libprotobuf ERROR google/protobuf/text_format.cc:288] Error parsing text-format caffe.NetParameter: 382:26: Message type "caffe.LayerParameter" has no field named "compact_bilinear_param".

@yaoshentao
Copy link

Do you have sloved the issue?I get the same issue....

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

6 participants