-
Merge pull request #3913 from antran89/master
minor fix to stochastic pooling and clean-up of mean computation
-
Merge pull request #3855 from shaibagon/upgrade_infogain
InfogainLoss layer can normalize, ignore, and more
-
-
Merge pull request #5514 from cypof/fix_parse_log
Fix log parsing
-
Merge pull request #4566 from CDLuminate/fix-more-float-comparison-issue
Fix more float comparison precision issue
-
Merge pull request #3825 from jasjuang/master
[cmake] uninstall target for removing Caffe
-
Merge pull request #5519 from Noiredd/master
[pycaffe] allow different layer/top names; fix #5518
-
-
Merge pull request #4237 from CDLuminate/cmake-using-gnuinstalldirs
Cmake using gnuinstalldirs
-
Merge pull request #4576 from CDLuminate/add-bash-completion
Import bash completion script for caffe from Debian Package.
-
[examples] switch cifar-10 back to proto instead of h5 serialization
(it's more common)
-
Merge pull request #5526 from willyd/boost-1_55
Bump boost version to 1.55 in CMake build
-
-
Merge pull request #5527 from willyd/nccl-py3
Added support for python 3 and NCCL
-
-
Merge pull request #5521 from kkhoot/fix_lstm_unit_check
remove redundant check in LSTMUnitLayer
-
Merge pull request #4182 from ajschumacher/handle_dtypes
convert non-uint8 dtypes to float; refs #2391
-
-
CPU BatchNormLayer: replace powx with sqr and sqrt
jeffdonahue committedApr 13, 2017 -
jeffdonahue committed
Apr 13, 2017 -
-
-
-
-
Merge pull request #5337 from zhuyuanhao/master
Remove not used variable in base_conv_layer.cpp
-
Merge pull request #5437 from BlGene/test-path-fix
[build] testdir path fix
-
-
Merge pull request #5506 from willyd/pycaffe-fix
Removed repeated imports Layer, get_solver
-
Merge pull request #5515 from cypof/py_glog_env
Allow using env vars for glog init from python
-
Merge pull request #5420 from willyd/py3-lint
Added python 3 compatibility to cpp_lint.py
-
fixes pycaffe forward() and backward() behavior for nets whose layer …
…names do not match respective tops
-
-