Skip to content
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

Promote caffe-0.14 branch to master #114

Merged
merged 515 commits into from
Feb 13, 2016
Merged

Promote caffe-0.14 branch to master #114

merged 515 commits into from
Feb 13, 2016

Conversation

lukeyeager
Copy link
Member

Version 0.14 is now publicly available on the ML repo.

Close #16
Close #23
Close #28
Close #29
Close #34
Close #38
Close #106

Since merging #96, this is now a no-conflict merge.

jeffdonahue and others added 30 commits August 25, 2015 18:23
Fix the MVNLayer tests so they actually test what they claim.

MVNLayer fixes: sum_multiplier_ sized correctly; backward gradient calculation.

Gradient calculation per analysis of seanbell, found here:
BVLC#1938

Fixes according to review comments.
Draw Deconvolution layers like Convolution layers
…==1 in SPPLayer

also, do nothing in SPPLayer Reshape if already reshaped once and bottom size unchanged
Fix SPPLayer top blob num and address `pyramid_height_ == 1`
Give the python layer parameter/weight blobs.
…rning

Fix EmbedLayer compiler warning for unused variable.
Previously, the prefetch GPU -> top GPU and prefetch CPU -> prefetch GPU
copies were launched concurrently in separate streams, allowing the next
batch to be copied in before the current one is read.

This patch explicitly synchronizes the prefetch -> top copy wrt the
host, preventing the CPU -> GPU from being launched until its
completion.
Fix a recently introduced race condition in DataLayer
Compute backward for negative lr_mult
Replaces CAffe_POSTFIX -> Caffe_POSTFIX.
This fixes a memory leak by using delete[] rather than plain delete.
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Commit 4227828 set the default binary format from HDF5 to BINARYPROTO to
fix BVLC#2885. This broke the cifar10 examples which relied on this default.

This commit specifies the snapshot_format explicitly since the rest of the
example relies on this being HDF5.
Fix some doxygen warnings about an undocumented argument in Blob and
incorrect documentation for SoftmaxWithLossLayer::Forward_cpu().
cifar10: Fix examples by setting snapshot_format.
Fix memory leak in convert_mnist_siamese_data.
Add extra OpenBLAS include search path
borisfom and others added 28 commits December 2, 2015 12:50
Dynamically reshape and adjust pool.  Part 1 of fixing this.  @borisfom has some improvements in #89 but we have more debugging to do.
gpu_memory cleanup, fixes possible init issue
weight updates should be done with beta=1
lukeyeager added a commit that referenced this pull request Feb 13, 2016
Promote caffe-0.14 branch to master
@lukeyeager lukeyeager merged commit 55f7523 into master Feb 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.