-
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
dedicated build/ directory #1
Comments
I'll see what I can do to make the build cleaner. Any recommendations / guides are welcome. |
Closed
Closed
Closed
Closed
Closed
Closed
mitmul
pushed a commit
to mitmul/caffe
that referenced
this issue
Sep 30, 2014
Tongcheng
added a commit
to Tongcheng/caffe
that referenced
this issue
Jan 10, 2017
bchappet
pushed a commit
to bchappet/caffe
that referenced
this issue
Jan 24, 2017
test pull request
This was referenced Apr 14, 2017
rubin-zhou
pushed a commit
to rubin-zhou/caffe
that referenced
this issue
Jul 30, 2017
Create LICENSE
dillonfzw
added a commit
to bluemindor/caffe
that referenced
this issue
Dec 3, 2017
* 3f48aeb merge to new bvlc base c0597b1 |\ | * fc0a02e Merge pull request BVLC#6 from yahoo/jun_cos_layer | |\ | | * 807ee66 enhance cos layer | |/ | * ce1db4b Merge pull request BVLC#5 from yahoo/new_data_layer | |\ | | * d4b2bf1 new datalayer changes | |/ | * 5498759 Merge pull request BVLC#4 from yahoo/clean_permission | |\ | | * 9b7fff8 Permission change for travis | | * 8377456 Added dynamic linker resolution | | * 840d6b5 Synchedmem | | * 5fc8416 Need set_gpu_data | | * ea0a8cb Merge branch 'bvlc_master' into clean_permission | | * fb7e2a9 fix file permissions | |/ | * 611197a Merge pull request BVLC#3 from yahoo/python_path_patch | |\ | | * e107fb7 Python path patch | |/ | * 486f979 Merge pull request BVLC#2 from anfeng/master | |\ | | * 9cdfeb2 fix field Id for dataframe_format | |/ | * f4e26f1 move dataframe format setting into prototxt | * 23b0191 Merge pull request BVLC#1 from yahoo/afeng_df | |\ | | * 177e0d9 MemoryDataLayer optional fields for DataFrames | |/ | * 4b677c6 initial commit * eb8dfc8 Merge pull request BVLC#6 |\ | * 864aa65 implement CPU-GPU parameter update for data parallelism * 411aafd Merge pull request BVLC#5 * 0cb7d18 Avoid sending the prefetched batch back to host
Closed
twmht
referenced
this issue
in twmht/caffe
Aug 20, 2018
Make apollo interface easier to use with C++
gengqx
pushed a commit
to gengqx/caffe
that referenced
this issue
Mar 15, 2019
add caffe layers for apollo
kroq-gar78
pushed a commit
to HuthLab/caffe
that referenced
this issue
Apr 4, 2019
The compiler needs to be using C++11
GerHobbelt
pushed a commit
to GerHobbelt/caffe
that referenced
this issue
Mar 18, 2024
Building Caffe with Python 3, OpenCV 4, CUDA 11.X and cuDNN 8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So as to enable easy rsyncing of the codebase between machines, all object files should be written to separate build directory that can be easily excluded from syncing.
The text was updated successfully, but these errors were encountered: