Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
328 commits
Select commit Hold shift + click to select a range
4024b82
[TravisCI] - build protobuf3 GA
lukeyeager Aug 29, 2016
96838cf
Merge pull request #4655 from lukeyeager/bvlc/protobuf3-build-fix
shelhamer Aug 29, 2016
ddafc9b
Merge pull request #4645 from ClimbsRocks/patch-1
jeffdonahue Aug 29, 2016
d1dc92e
Merge pull request #4646 from ClimbsRocks/patch-2
jeffdonahue Aug 29, 2016
b2982c7
Merge pull request #4647 from ClimbsRocks/patch-3
jeffdonahue Aug 29, 2016
b9c3c06
cmake: fix usage of INCLUDE_DIR/INCLUDE_DIRS in Dependencies.cmake
intelfx Aug 14, 2016
a59e647
cmake/Templates: properly spell OpenCV CMake config file name
intelfx Aug 15, 2016
ba189d9
cmake: refactor deps detection, specify all dependencies in the expor…
intelfx Aug 19, 2016
6200b91
net.cpp: do not include test/test_caffe_main.hpp
intelfx Aug 19, 2016
f1b9da5
cmake: add option to link with OpenMP
intelfx Aug 14, 2016
6ed799c
cmake/Templates: remove duplicated #cmakedefines from caffe_config.h.in
intelfx Aug 24, 2016
9bc83e3
fix layerSetUp of scale_layer to not add bias blob when already present
bwilbertz Aug 12, 2016
cdcf2e0
Benchmarking should not impact perf until timer is read
cypof Sep 9, 2016
50b5697
Avoids missing return values during build.
cypof Sep 9, 2016
048530a
Merge pull request #4702 from cypof/timer_sync_on_read
shelhamer Sep 9, 2016
04f9a77
[docs] clarify handling of bias and scaling by BiasLayer, ScaleLayer
shelhamer Aug 28, 2016
d195e60
[docs] note CUDA 8 requirement for Ubuntu 16.04
shelhamer Sep 10, 2016
7f8f9e1
Merge pull request #4705 from shelhamer/ubuntu-cuda-version
shelhamer Sep 10, 2016
3b6fd1d
[docs] identify batch norm layer blobs
shelhamer Aug 28, 2016
c8f446f
batch norm: hide statistics from solver, simplifying layer definition
shelhamer Aug 30, 2016
a8ec123
batch norm: auto-upgrade old layer definitions w/ param messages
shelhamer Sep 9, 2016
fc8f3eb
fix comments in matlab classification demo
kashefy Sep 13, 2016
eee3be1
Fixed typos in examples/cpp_classification/readme
mlloreda Sep 15, 2016
80f4410
Merge pull request #4728 from mlloreda/patch-1
shelhamer Sep 15, 2016
25422de
Merge pull request #4704 from shelhamer/groom-batch-norm
shelhamer Sep 16, 2016
2f55f42
matcaffe: allow destruction of individual networks and solvers
Jun 29, 2015
d208b71
Merge pull request #4600 from bwilbertz/fix_scale_layer
jeffdonahue Sep 20, 2016
f96ccea
[TravisCI] google/protobuf renamed the 3.0 branch
lukeyeager Sep 23, 2016
f40cf46
Merge pull request #4769 from lukeyeager/bvlc/travis-protobuf3-url
shelhamer Sep 24, 2016
79a8c52
Ignore Visual Studio Code files.
kyu-sz Sep 21, 2016
2c34393
Merge pull request #4779 from shelhamer/ignore-visualstudio
shelhamer Sep 27, 2016
ce6ac83
slightly relax batch norm check
bwilbertz Sep 29, 2016
a7f950b
Merge pull request #4785 from bwilbertz/slightly_relax_batch_norm_check
shelhamer Sep 30, 2016
08ca703
NV changed path to cudnn
cypof Oct 1, 2016
a2179bd
Merge pull request #4793 from cypof/cudnn_path
shelhamer Oct 4, 2016
c97a964
fix typo in pascal_multilabel_datalayers.py
wk910930 Oct 5, 2016
cdd2d0e
Fix: docs/yum_install.md glog broken link
Shamanoid Oct 5, 2016
a2f9e9b
Merge pull request #4812 from wk910930/fix-typo
shelhamer Oct 5, 2016
4ba654f
Merge pull request #4813 from Shamanoid/patch-1
shelhamer Oct 5, 2016
553a645
pytest fix: Files created with NamedTemporary files cannot be opened …
willyd Oct 14, 2016
95a436c
Fix: made load_hd5 check blob dims by default.
BlGene Aug 25, 2016
197d11a
sigmoid cross-entropy loss: add GPU forward for full GPU mode
shelhamer Oct 27, 2016
6491504
Merge pull request #4908 from shelhamer/sigce-gpu
shelhamer Oct 27, 2016
f59dc97
add the missing star in comment
nihui Nov 1, 2016
0d20df5
corrected typo in accuracy_layer.hpp: MaxTopBlos -> MaxTopBlobs
karas84 Nov 1, 2016
74f1fc2
Merge pull request #4937 from nihui/patch-1
jeffdonahue Nov 1, 2016
efe1732
Merge pull request #4941 from karas84/caffe-pr
jeffdonahue Nov 1, 2016
3b443ea
Add Github issue template to curb misuse.
williford Oct 28, 2016
29cdee7
Merge pull request #4914 from williford/issue_template
shelhamer Nov 3, 2016
20feab5
Put quotes around titles in YAML front matter.
williford Nov 11, 2016
eb4ba30
Merge pull request #4971 from williford/docs-installation-add-quotes
shelhamer Nov 12, 2016
aaf7b6b
support solver resumes in parse_log.py
davidbrai Nov 14, 2016
c6ab965
sigmoid cross-entropy loss: ignore selected targets by `ignore_label`
shelhamer Nov 15, 2016
6486a7b
docs: Guillaume Dumont is the Windows maintainer
shelhamer Nov 16, 2016
abcb973
docs: include AWS AMI pointer
shelhamer Nov 16, 2016
4a158a8
Merge pull request #4993 from shelhamer/bitfusion-ami
shelhamer Nov 16, 2016
3d62e3c
sigmoid cross-entropy loss: normalize loss by different schemes
shelhamer Nov 17, 2016
28c135c
Merge pull request #4986 from shelhamer/sigce-ignore
shelhamer Nov 17, 2016
2cf9dd3
Add missing spaces besides equal signs in batch_norm_layer.cpp
chenzeyuczy Nov 18, 2016
32c2ce6
Merge pull request #4979 from davidbrai/allow-parse_log-to-skip-lines
shelhamer Nov 18, 2016
473f143
Merge pull request #4703 from cypof/avoid_missing_returns
shelhamer Nov 19, 2016
e52451d
solver: check and set type to reconcile class and proto
shelhamer Nov 21, 2016
48e73c7
Checks inside Xcode for latest OSX SDK (#4840)
Zylphrex Nov 21, 2016
db6cf0a
Fix Python net drawing script
ngaloppo Nov 21, 2016
a60c4a4
Merge pull request #4998 from chenzeyuczy/master
jeffdonahue Nov 22, 2016
a6c6533
Merge pull request #5009 from shelhamer/solver-type-check
shelhamer Nov 22, 2016
2e59864
fix error link
kingofctrl Nov 24, 2016
b644a87
Revert "solver: check and set type to reconcile class and proto"
shelhamer Nov 25, 2016
db66432
fix many typos by using codespell
cdluminate Nov 27, 2016
e6b079d
Merge pull request #5035 from CDLuminate/fix-spelling
shelhamer Nov 27, 2016
fa7fda7
Make lint happy (> 80 characters)
cdluminate Nov 28, 2016
cd681ec
Add the missing period
cdluminate Nov 28, 2016
24d2f67
Merge pull request #5038 from CDLuminate/fix-spelling
jeffdonahue Nov 28, 2016
8cd5c3d
Add Pascal to all cuda architectures
Queuecumber Dec 2, 2016
5a201dd
Merge pull request #5057 from Queuecumber/cuda-pascal-cmake
shelhamer Dec 2, 2016
de3a12f
fix wrongly used marker hash
younghwanoh Dec 7, 2016
57a5bbd
check leveldb iterator status for snappy format.
Dec 16, 2016
b55fe84
docs: add debian installation guide
cdluminate Dec 21, 2016
2fac0d6
Use mkl_malloc when use mkl
tsocha Dec 8, 2016
775f5b0
Fixed a typo
yrevar Dec 22, 2016
3edfd7e
Merge pull request #5112 from yrevar/patch-1
jeffdonahue Dec 22, 2016
5693f31
Join path using "os.path.join" instead of "+"
yrevar Dec 23, 2016
1fd8bd0
Typos in test_inner_product_layer.cpp
ftokarev Dec 30, 2016
f731bc4
Merge pull request #5139 from ftokarev/patches
jeffdonahue Dec 30, 2016
4f0eb52
Fix parse_log.py and parse_log.sh for negative time duration if datet…
xiaojiedeng Dec 31, 2016
bae0607
Overhaul layer catalogue documentation.
williford Jan 1, 2017
fb52c7c
Add Debian codenames and make link.
williford Dec 21, 2016
5c437b1
docs: update debian installation guide. Thanks to @lukeyeager for com…
cdluminate Jan 4, 2017
369a1f4
docs: add some tables to debian install guide and misc update
cdluminate Jan 5, 2017
2317fa1
Logging from python, e.g. for lower log level on multi-GPU workers
cypof Nov 22, 2016
3ba2054
Switched multi-GPU to NCCL
cypof Jan 6, 2017
e21b420
Python Multi-GPU
cypof Nov 23, 2016
0d27efc
Python layers should build on multiprocess & solver_cnt; enable with …
mglaeser Dec 22, 2016
5f28eb1
Using default from proto for prefetch
cypof Jan 4, 2017
365ac88
Merge pull request #4338 from raffienficiaud/master
shelhamer Jan 7, 2017
8e63bb6
minor typo
stoneyang Jan 12, 2017
91c15e8
Python 2/3 compatible download_model_binary.py
willyd Jan 13, 2017
8314363
Merge pull request #5111 from CDLuminate/add-debian-install-guide
shelhamer Jan 13, 2017