Permalink
Commits on Apr 14, 2017
  1. Merge pull request #3913 from antran89/master

    minor fix to stochastic pooling and clean-up of mean computation
    shelhamer committed on GitHub Apr 14, 2017
  2. Merge pull request #3855 from shaibagon/upgrade_infogain

    InfogainLoss layer can normalize, ignore, and more
    shelhamer committed on GitHub Apr 14, 2017
  3. Merge pull request #5514 from cypof/fix_parse_log

    Fix log parsing
    shelhamer committed on GitHub Apr 14, 2017
  4. Merge pull request #4566 from CDLuminate/fix-more-float-comparison-issue

    Fix more float comparison precision issue
    shelhamer committed on GitHub Apr 14, 2017
  5. Merge pull request #3825 from jasjuang/master

    [cmake] uninstall target for removing Caffe
    shelhamer committed on GitHub Apr 14, 2017
  6. Merge pull request #5519 from Noiredd/master

    [pycaffe] allow different layer/top names; fix #5518
    shelhamer committed on GitHub Apr 14, 2017
  7. Merge pull request #4237 from CDLuminate/cmake-using-gnuinstalldirs

    Cmake using gnuinstalldirs
    shelhamer committed on GitHub Apr 14, 2017
  8. Merge pull request #4576 from CDLuminate/add-bash-completion

    Import bash completion script for caffe from Debian Package.
    shelhamer committed on GitHub Apr 14, 2017
  9. Merge pull request #5526 from willyd/boost-1_55

    Bump boost version to 1.55 in CMake build
    shelhamer committed on GitHub Apr 14, 2017
Commits on Apr 13, 2017
  1. Merge pull request #5527 from willyd/nccl-py3

    Added support for python 3 and NCCL
    cypof committed on GitHub Apr 13, 2017
  2. Merge pull request #5521 from kkhoot/fix_lstm_unit_check

    remove redundant check in LSTMUnitLayer
    jeffdonahue committed on GitHub Apr 13, 2017
  3. Merge pull request #4182 from ajschumacher/handle_dtypes

    convert non-uint8 dtypes to float; refs #2391
    shelhamer committed on GitHub Apr 13, 2017
  4. Add CPU sqrt functions

    jeffdonahue committed Apr 13, 2017
  5. GPU BatchNormLayer: replace powx with mul and sqrt

    Patrick Follmann committed with jeffdonahue Dec 29, 2016
  6. Add GPU sqrt functions

    Patrick Follmann committed with jeffdonahue Dec 29, 2016
  7. Merge pull request #5337 from zhuyuanhao/master

    Remove not used variable in base_conv_layer.cpp
    shelhamer committed on GitHub Apr 13, 2017
  8. Merge pull request #5437 from BlGene/test-path-fix

    [build] testdir path fix
    shelhamer committed on GitHub Apr 13, 2017
  9. remove redundant check in LSTMUnitLayer

    Kang Kim committed Apr 13, 2017
  10. Merge pull request #5506 from willyd/pycaffe-fix

    Removed repeated imports Layer, get_solver
    shelhamer committed on GitHub Apr 13, 2017
Commits on Apr 12, 2017
  1. Merge pull request #5515 from cypof/py_glog_env

    Allow using env vars for glog init from python
    shelhamer committed on GitHub Apr 12, 2017
  2. Merge pull request #5420 from willyd/py3-lint

    Added python 3 compatibility to cpp_lint.py
    shelhamer committed on GitHub Apr 12, 2017
  3. fixes pycaffe forward() and backward() behavior for nets whose layer …

    …names do not match respective tops
    Noiredd committed Apr 12, 2017
  4. Fix log parsing #5422

    cypof committed Apr 12, 2017