forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 22
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
remove please. (incorrect branch) #1
Open
asanakoy
wants to merge
95
commits into
yosinski:master
Choose a base branch
from
asanakoy:deconv-deep-vis-toolbox
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.
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
…yer, ConvolutionLayer, LRNLayer, and PoolingLayer. Added Python bindings for deconv, zeroing, and partial backward/deconv passes.
Conflicts: include/caffe/common_layers.hpp include/caffe/neuron_layers.hpp include/caffe/vision_layers.hpp src/caffe/proto/caffe.proto
MKLROOT variable is set by MKL scripts, so it also should be used in Makefile.
[bulid] correct MKL_DIR to MKLROOT
…ime on repeated calls.
…tiation-fix Use lazy initialization to reuse ordered dict/list creations to save…
Set propagate_down=true to force backprop to a particular bottom
Issue with the exp layer when the base is e
The latest versions of protobuf do not reveal empty message fields with dir(). This uses the documented way of determining all of a message's fields and so is compatible with past and future versions of protobuf.
[docs] typo in help text for "-model" option
Latest CUDA versions are all compatible, and Caffe has been compatible with cuDNN v4 since PR BVLC#3439
Caffe runs on Ubuntu, OS X, and RHEL (+ company) in master with branches for OpenCL and Windows. Docker is a nice route to out-of-the-box brewing.
bring install docs up-to-date and better highlight included details
check only the dimensions to be cropped for compatible sizes and offsets
Fix Crop layer dimension checking to only check cropped dimensions
Also add a test that reshapes a blob to shape (0, 5).
Allow reshaping blobs to size 0.
Add parameter layer for learning any bottom
[bug] Catch MDB_MAP_FULL errors from mdb_txn_commit
[build] CMake customisable version/soversion
a comment misses a space char
[bug] typo in io.py
cuDNN v4 is still supported.
Add cuDNN v5 support, drop cuDNN v3 support
Window data foreground/background nonzero check
Fix Makefile CUDA_VERSION extraction on OSX Yosemite
fix problems in net_surgery.ipynb
handle spaces in image file names Thanks @bchu for an earlier implementation.
* Run on Ubuntu 14.04 * Test cuDNN builds * Build with OpenBLAS NOTE: Python3 build only works with CMake
[testing] Overhaul TravisCI
…ests Remove misleading comment from a test file
asanakoy
changed the title
merged caffe master into deconv-deep-vis-toolbox branch
remove please. (incorrect branch)
Jul 21, 2016
goolygu
pushed a commit
to goolygu/caffe
that referenced
this pull request
Aug 12, 2016
minor typo fix
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.