[caffe] branch master updated (2e72f42 -> 7e6f53a)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Nov 28 11:08:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a change to branch master
in repository caffe.

      from  2e72f42   patch: new patch fix-more-float-comparison-precision-issue2
       new  3031d92   New upstream version 1.0.0~rc3+20161127-g24d2f67
       new  abf543e   Merge tag 'upstream/1.0.0_rc3+20161127-g24d2f67'
       new  99b15fc   dch: import upstream snapshot
       new  e7e10b9   symbol: refresh symbol for amd64
       new  f7b9426   symbols: update
       new  7e6f53a   dch: release to experimental

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE.md                          | 19 +++++
 Makefile                                           |  6 +-
 cmake/Targets.cmake                                |  2 +-
 debian/changelog                                   |  6 +-
 debian/libcaffe-cpu1.symbols                       |  8 ++-
 debian/libcaffe-cpu1.symbols.i386                  |  8 ++-
 debian/libcaffe-cpu1.symbols.ppc64el               |  8 ++-
 docs/install_apt.md                                |  2 +-
 docs/install_osx.md                                |  2 +-
 docs/install_yum.md                                |  4 +-
 docs/installation.md                               |  3 +-
 examples/02-fine-tuning.ipynb                      |  2 +-
 examples/mnist/train_lenet_docker.sh               |  2 +-
 .../pycaffe/layers/pascal_multilabel_datalayers.py |  6 +-
 examples/pycaffe/tools.py                          |  4 +-
 include/caffe/layers/accuracy_layer.hpp            |  2 +-
 .../layers/sigmoid_cross_entropy_loss_layer.hpp    | 18 +++++
 matlab/+caffe/private/caffe_.cpp                   |  2 +-
 matlab/CMakeLists.txt                              |  2 +-
 scripts/cpp_lint.py                                |  6 +-
 scripts/travis/install-deps.sh                     |  2 +-
 src/caffe/layer_factory.cpp                        |  7 ++
 src/caffe/layers/batch_norm_layer.cpp              |  4 +-
 src/caffe/layers/crop_layer.cpp                    |  2 +-
 src/caffe/layers/crop_layer.cu                     |  8 +--
 src/caffe/layers/hdf5_data_layer.cpp               |  4 +-
 src/caffe/layers/rnn_layer.cpp                     |  2 +-
 .../layers/sigmoid_cross_entropy_loss_layer.cpp    | 79 ++++++++++++++++++---
 .../layers/sigmoid_cross_entropy_loss_layer.cu     | 80 ++++++++++++++++++++--
 src/caffe/proto/caffe.proto                        |  8 ++-
 src/caffe/test/CMakeLists.txt                      |  2 +-
 src/caffe/test/test_euclidean_loss_layer.cpp       |  2 +-
 .../test/test_sigmoid_cross_entropy_loss_layer.cpp | 28 ++++++++
 src/gtest/gtest-all.cpp                            |  4 +-
 src/gtest/gtest.h                                  |  2 +-
 tools/extra/parse_log.py                           |  9 ++-
 tools/extra/plot_log.gnuplot.example               |  2 +-
 37 files changed, 292 insertions(+), 65 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git



More information about the debian-science-commits mailing list