-
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
selective search window proposals and better batching of images #2
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…elective search provider
ghost
assigned sergeyk
Nov 25, 2013
modify makefile to recompile on changes to header files
changed the paths for the mnist demo removed unused fields in SolverParameter added solver_mode to specify CPU/GPU solving accordingly, removed the set mode code in the examples code removed examples/test_read_imagenet since it is trivial removed get_cifar script since no cifar demo exists.
…elective search provider
Closed
kovibalu
added a commit
to kovibalu/caffe
that referenced
this pull request
Nov 23, 2014
kovibalu
added a commit
to kovibalu/caffe
that referenced
this pull request
Jan 2, 2015
kovibalu
added a commit
to kovibalu/caffe
that referenced
this pull request
Jan 8, 2015
pannous
added a commit
to pannous/caffe
that referenced
this pull request
Feb 12, 2015
mtourne
pushed a commit
to mtourne/caffe
that referenced
this pull request
Jun 27, 2016
update from upstream
Merged
csehydrogen
added a commit
to csehydrogen/caffe
that referenced
this pull request
Oct 17, 2016
coder-james
pushed a commit
to coder-james/caffe
that referenced
this pull request
Nov 28, 2016
Fix Matlab build in Makefile (adding GPU support)
Closed
This was referenced Apr 14, 2017
mbassov
added a commit
to mbassov/caffe
that referenced
this pull request
Aug 28, 2017
FRCNN support for Caffe
dillonfzw
added a commit
to bluemindor/caffe
that referenced
this pull request
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
tungld
added a commit
to tungld/caffe
that referenced
this pull request
Dec 22, 2017
fix the problem of convergence for resnet50
Closed
cepiross
pushed a commit
to cepiross/caffe
that referenced
this pull request
May 13, 2018
Merge branch 'master' of https://github.com/BVLC/caffe
fzd9752
pushed a commit
to fzd9752/caffe
that referenced
this pull request
Mar 13, 2019
* add build.sh and fix util_others.hpp code style * add build.sh and fix util_others.hpp code style * add build.sh and fix util_others.hpp code style
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Work in progress, do not merge.