-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
which file is the entry file in src folder? #14
Comments
The codes in the include and source directories are compiled into both dynamic library libcaffe.so and static library libcaffe.a. You can find them along with the Makefile in the root directory of the project after the compilation. Every cpp file in the examples directory has a main function. When you successfully finished building, there would be a corresponding bin file with the same name for every cpp file. wrapper.py and power_wrapper.py are the entry points of the python imagenet module. test_caffe_main is the entry of the tests. Every test cpp file includes "caffe/test/test_caffe_main.hpp". If you develop in Eclipse, doing a "File Search" (Ctrl+H) in would conveniently direct you to the targets in the source codes. |
changed MALIS to use square loss
update from updstream
dev-31612: Bump opencv to 3
here is an simple question,where is the entry file,any reply is appreciated,thx.
The text was updated successfully, but these errors were encountered: