-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Get lmbd from openldap #1066
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
Closed
Closed
Get lmbd from openldap #1066
Conversation
This file contains hidden or 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
- spell out fully-convolutional efficiency - add confidence map - fix input size: 451 x 451 is correct for an 8 x 8 output map by the equation input size = 227 + 32(d-1) for output map dimension of d
fix image resizing dimensions for IO
'caffe test' computes and prints all scores and their names
fix memory_used_ by computing after SetUp
compute the eltwise product gradient using a slower but stabler formula.
Make eltwise product gradient stabler (fixes issues with WITHIN_CHANNEL LRN in cifar_full example)
Drop the legacy CURAND initialization steps; these are unnecessary and cause dramatic slowdowns for CUDA 6.5. This does no harm for K20 usage counter to the note at least for CUDA 6.5 and 5.0.
Drop obsolete CURAND reset for CUDA 6.5 compatibility
fix layer_factory.cpp bug: there should be no ifdefs
Use gflags to parse command line arguments for convert_imageset
- All the instructions mentioned for CentOS/RHEL are also valid for Fedora Linux so add it. - The package name for atlas is atlas-devel not libatlas-devel for CentOS/RHEL/Fedora so fix it. - Add 'sudo' prefix to missing places to be consistent with the rest of the document. - Add instructions for installing python headers in Fedora into the python support section. - Update Linux installation section to reflect Fedora, refactor a bit.
Back-merge these doc fixes: clarify project origin [docs] fix citation bibtex All other changes are spurious commits from cherry-picking.
Replace pthread with boost::thread
- ignore models and snapshots, means, and input databases - excluding exceptions to commits is easier than including exhaustively
Standardize examples
- further detail merits of fine-tuning: less starving for itme and data - set random seed for reproducing the tutorial - 1557 train / 382 test split is more indicative of training quality than splits of 200 images
Conv layer: fix crash by setting weight pointer
Fixed CMake building test objects multiple times
Fixed CMake script of FindOpenBLAS.
cuDNN acceleration
change uses of tmpnam to mkstemp/mkdtemp
linecount counts more dirs than just src/
compile on OSX w/ CUDA 6.5 This reverts commit 8819f59.
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.
No description provided.