forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Detection #13
Open
NourElmadany
wants to merge
1,092
commits into
MMLab-CU:master
Choose a base branch
from
yjxiong:untrimmednet
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Detection #13
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
…package managers for both 14.04 and 12.04)
No functional changes, just fixing whitespace errors and typos in comments
Add action recognition contents
[build] fix CMake typos
Making the net_spec python3 compatible
List protobuf-compiler dependency in the correct place (it is in the …
Conflicts: CMakeLists.txt
* init cudnn_v5 support * Fix cudnn bn implementation * cpu bn changes. cudnn frozen support. * remove older bn related changes. * Fix frozen backward * Unit test for BN and cudnn BN layers * update bn_convert script * typo * typo * add epsilon option * document updates
* Fix boost shared_ptr issue in python interface * Default output model name for bn convert style script * Fix bugs in generation bn inference model * Script to convert inner product to convolution * Script to do polyak averaging
* Specify whether bottom and top blobs are sharing data * Reuse data memory if not propagate down * Skip a layer if no_mem_opt is set * Fix a bug and add optimize_mem enum * Code formatting
Conflicts: src/caffe/layers/cudnn_bn_layer.cu
Conflicts: README.md
* improvise memory opt configs * take care of share data with excluded blob
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.