You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
I want to install caffe on windows 10 with cpu only. I follow instructions but when I want to build with visual studio 2013 it gives error such as"Cannot open include file: 'caffe/proto/caffe.pb.h': No such file or directory". When I googled the web I learnt that I should create it with protoc command. protoc src/caffe/proto/caffe.proto --cpp_out=.
I write following command on conda command window it gives error also. Error is "'protoc' is not recognized as an internal or external command, operable program or batch file.
I tried different versions of protobuf but nothing changed. May be I am using wrong version or something else.
The text was updated successfully, but these errors were encountered:
I want to install caffe on windows 10 with cpu only. I follow instructions but when I want to build with visual studio 2013 it gives error such as"Cannot open include file: 'caffe/proto/caffe.pb.h': No such file or directory". When I googled the web I learnt that I should create it with protoc command. protoc src/caffe/proto/caffe.proto --cpp_out=.
I write following command on conda command window it gives error also. Error is "'protoc' is not recognized as an internal or external command, operable program or batch file.
I tried different versions of protobuf but nothing changed. May be I am using wrong version or something else.
The text was updated successfully, but these errors were encountered: