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

python3 compatibility #10

Closed
wants to merge 396 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
396 commits
Select commit Hold shift + click to select a range
0813f32
Blob: add SyncedMemory shape accessor for GPU shape access
jeffdonahue Mar 5, 2015
9d8206e
Im2col and Convolution layers support N spatial axes
jeffdonahue Mar 5, 2015
2e1c1cb
Merge pull request #2049 from jeffdonahue/nd-convolution
jeffdonahue Sep 19, 2015
68655b5
Merge pull request #3083 from yanchen036/master
longjon Sep 19, 2015
328df24
clarify im2col + col2im var names
shelhamer Sep 19, 2015
ec77358
harmonize the im2col_{cpu,gpu} assignment
shelhamer Sep 19, 2015
d292a16
mark const im2col + col2im terms
shelhamer Sep 19, 2015
da75a0e
[build] check xcode command line tools version >= 6
shelhamer Sep 20, 2015
84eb44e
[tools] add Python script for at-a-glance prototxt summary
longjon Sep 19, 2015
a40c2a0
fix broken DeconvolutionLayer GPU backward caused by typo
longjon Sep 20, 2015
9dca961
Merge pull request #3095 from longjon/fix-deconv-backward
jeffdonahue Sep 20, 2015
6a00eca
fix broken conv/deconv reshaping caused by reading bottom shape in
longjon Sep 20, 2015
58e4ea4
Merge pull request #3093 from shelhamer/check-xcode-clt-version
shelhamer Sep 21, 2015
d425e59
Merge pull request #3096 from longjon/fix-conv-reshape
longjon Sep 21, 2015
74e1745
[test] TestReshape: check small then large
shelhamer Sep 23, 2015
ae77b15
[test] TestReshape: expect instead of check
shelhamer Sep 23, 2015
b8c81bd
[test] TestReshape: check that shapes actually change
shelhamer Sep 23, 2015
ff6b288
Merge pull request #3112 from shelhamer/test-reshape-harder
shelhamer Sep 24, 2015
37dc63c
Merge pull request #2951 from dplarson/examples_readme_link
shelhamer Sep 24, 2015
84e390c
Allow H5T_INTEGER in HDF5 files
lukeyeager Sep 24, 2015
ebc9963
Modify HDF5DataLayerTest to test H5T_INTEGER data
lukeyeager Aug 26, 2015
349ff65
Merge pull request #2978 from lukeyeager/h5t_integer
jeffdonahue Sep 24, 2015
859f938
Fix generate_sample_data.py - bug from #2978
lukeyeager Sep 24, 2015
674b349
Merge pull request #3115 from lukeyeager/fix-generate-sample-data
jeffdonahue Sep 24, 2015
200bd40
Fix parse_log.sh against "prefetch queue empty" messages
ducha-aiki Sep 25, 2015
6c02c8b
Add argmax_param axis
timmeinhardt Sep 15, 2015
c77d5e5
Implement ArgMaxLayer forward_cpu and reshape for axis param
timmeinhardt Sep 15, 2015
9b2d267
Update ArgMaxLayer documentation for axis param
timmeinhardt Sep 15, 2015
a2a5e22
Generalise ArgMaxLayerTest bottom blob shape
timmeinhardt Sep 15, 2015
def3d3c
Implement ArgMaxLayerTest for axis param
timmeinhardt Sep 15, 2015
aa6900a
Merge pull request #3118 from ducha-aiki/patch-1
shelhamer Sep 25, 2015
3b85440
Merge pull request #3032 from ronghanghu/ban-pythonlayer-in-parallel
shelhamer Sep 25, 2015
bd5f154
Add flag on how host memory is allocated
ronghanghu Sep 16, 2015
aaf4a45
Re-ordering some lines in build files
lukeyeager Sep 25, 2015
b93afe8
Add ALLOW_LMDB_NOLOCK build option
lukeyeager Sep 25, 2015
ff16f6e
Merge pull request #3073 from ronghanghu/consistent-malloc-free
ronghanghu Sep 26, 2015
e98b847
Install libs as non-executable files
lukeyeager Sep 28, 2015
96ba513
Fix a typo
Sep 29, 2015
942df00
Merge pull request #3128 from hjss06/patch-1
ronghanghu Sep 29, 2015
01e15d0
Merge pull request #3069 from timmeinhardt/argmax
shelhamer Oct 1, 2015
98cc023
add badge for travis build and license
kashefy Oct 1, 2015
6eae122
Merge pull request #3133 from kashefy/badge
shelhamer Oct 1, 2015
552a84a
Add a caffe.io.write_mean function to the MATLAB interface
Sep 11, 2015
92dc4e6
Merge pull request #3058 from zoharby/master
ronghanghu Oct 5, 2015
30dfb86
minor typo fix
cassinaj Oct 5, 2015
64f948a
SilenceLayer Backward bugfix (fixes #3151)
jeffdonahue Oct 5, 2015
8ef3d63
Merge pull request #3152 from jeffdonahue/silence-backward-fix
jeffdonahue Oct 5, 2015
19d9927
Add pycaffe test for solver.snapshot()
gustavla Oct 6, 2015
e061546
fixes BVLC/caffe#3163
eerwitt Oct 7, 2015
04c7c36
Merge pull request #3164 from eerwitt/layer-documentation-sample-fixes
ronghanghu Oct 7, 2015
bda1a63
BatchReindexLayer to shuffle, subsample, and replicate examples in a …
cdoersch Aug 24, 2015
c65ba61
Remove the 4D constraint of blobproto IO in python
sh1r0 Oct 8, 2015
49ef358
Merge pull request #3170 from sh1r0/pycaffe_io
jeffdonahue Oct 11, 2015
ee5191b
Improve numerical stability of variance computation in MVNLayer
kkhoot Oct 7, 2015
0151742
Merge pull request #3162 from kkhoot/fix_mvn
ronghanghu Oct 11, 2015
e5990b3
In 00-classification example, get correct class label index
bchu Oct 13, 2015
ec94055
Update store2hdf5.m
lalelale Oct 13, 2015
7bd41db
Merge pull request #3184 from lalelale/patch-1
ronghanghu Oct 13, 2015
a8839db
Add pyyaml as a requirement
akash1810 Oct 13, 2015
62d6379
Merge pull request #3187 from akash1810/patch-1
shelhamer Oct 13, 2015
ca4c6fb
Set CaffeNet train_val test mirroring to false
bchu Oct 13, 2015
8c8e832
Merge pull request #2966 from cdoersch/batch_reindex_layer
jeffdonahue Oct 14, 2015
e0c34ce
Fixed drawing problems with repeated convolution
DrSleep Oct 14, 2015
75e859a
Allow old-style shape in blobproto_to_array
lukeyeager Oct 15, 2015
6232dfc
Merge pull request #3200 from lukeyeager/bvlc/fix-blobproto_to_array
jeffdonahue Oct 15, 2015
ecac7ff
Initial cuDNN v3 support
slayton58 Jul 8, 2015
321720d
Merge pull request #3160 from shelhamer/cudnnV3
shelhamer Oct 16, 2015
1e75fb9
rearrange upgrade helpers
shelhamer Oct 16, 2015
f9b2f1c
Merge pull request #3189 from bchu/caffenet-mirror
shelhamer Oct 17, 2015
3363e25
Merge pull request #3190 from DrSleep/master
shelhamer Oct 17, 2015
5d5d5f2
Merge pull request #3204 from shelhamer/rearrange-upgrade-helpers
shelhamer Oct 17, 2015
dfcdb72
Merge pull request #3089 from shelhamer/groom-conv
shelhamer Oct 17, 2015
e5a74b2
Test reading and writing mean proto in matlab
ronghanghu Oct 17, 2015
1df4780
Merge pull request #3207 from ronghanghu/test-matcaffe-io
ronghanghu Oct 17, 2015
b822a70
Split solver code into one file per solver class
ronghanghu Sep 25, 2015
0eea815
Change solver type to string and provide solver registry
ronghanghu Sep 25, 2015
c1f7fe1
Add automatic upgrade for solver type
ronghanghu Sep 26, 2015
9563537
Update examples and docs
ronghanghu Sep 26, 2015
6f8370a
clean up logging for Net init
shelhamer Oct 17, 2015
46dac40
Merge pull request #3206 from shelhamer/net-init-logging
shelhamer Oct 17, 2015
16de340
Merge pull request #3116 from ronghanghu/solver-refactor
shelhamer Oct 17, 2015
4c93b3d
Moved the loop inside PReLUParamBackward to do the reduction inside t…
lunaticvogon Oct 13, 2015
a7d84f3
Qualify messages issued by CMake when CUDA is unavailable
eelstork Oct 19, 2015
82abea6
Merge pull request #3217 from BonsaiAI/qualify-CUDA-status-message
shelhamer Oct 19, 2015
52429c7
installation questions -> caffe-users
shelhamer Oct 19, 2015
2aabba4
[docs] cuDNN v3 compatible
shelhamer Oct 19, 2015
fb9754d
Merge pull request #3219 from shelhamer/install-caffe-users
shelhamer Oct 19, 2015
e40ccd0
Merge pull request #3218 from shelhamer/cudnn3-compatible
shelhamer Oct 19, 2015
33a8ba6
[test] drop bogus OpenCV guard for layer type
shelhamer Oct 17, 2015
bfdafb0
Merge pull request #3205 from shelhamer/test-layer-type-upgrade
shelhamer Oct 19, 2015
ee1adfb
Merge pull request #3185 from mausoomsarkar/master
ronghanghu Oct 19, 2015
9f21b53
Merge pull request #3182 from bchu/tutorial-fix
shelhamer Oct 19, 2015
1caaf38
Endorse CMP0046, CMP0054
eelstork Oct 19, 2015
93212e6
Move HDF5 defines to data_layers header
kkhoot Oct 18, 2015
80d0452
Clean redundant/unnecessary headers
kkhoot Oct 18, 2015
b02db7f
Merge pull request #3088 from lukeyeager/bvlc/lmdb-nolock
longjon Oct 21, 2015
2f05b03
Added batch normalization layer with test and examples
ducha-aiki Feb 25, 2015
20c474f
Merge pull request #3226 from kkhoot/clean_header
ronghanghu Oct 22, 2015
a52ee65
Cleanup batch norm layer, include global stats computation
cdoersch Oct 6, 2015
09b8738
diff.ndim != 4 is outdated
rodrigob Oct 22, 2015
9306302
Merge pull request #3234 from rodrigob/patch-1
ronghanghu Oct 22, 2015
3e5f494
Add opencv_imgcodecs to library path in Makefile
lionleaf Oct 13, 2015
50a23b7
Merge pull request #3186 from lionleaf/makefile_opencv_imgcodecs
ronghanghu Oct 22, 2015
39f69fb
Merge pull request #3229 from cdoersch/batchnorm2
jeffdonahue Oct 23, 2015
9898794
cuDNN: only log conv workspace in debug mode
shelhamer Oct 23, 2015
a7b2e14
Merge pull request #3221 from BonsaiAI/cmake-forward-compatibility
shelhamer Oct 25, 2015
8e45585
CuDNNConvolutionLayer accumulate gradients
ronghanghu Oct 28, 2015
ca4e342
Merge pull request #3254 from ronghanghu/cudnn3_accum_grad
ronghanghu Oct 28, 2015
5925fa8
Update plot_training_log.py.example
kli-casia Oct 29, 2015
f5fd18b
Merge pull request #3082 from gustavla/pycaffe-snapshot
shelhamer Oct 31, 2015
54f0c08
fix detect.py (invalid model path)
darxriggs Nov 3, 2015
b233971
TravisCI: wget cmake with --no-check-certificate
lukeyeager Nov 3, 2015
3c00040
Merge pull request #3276 from lukeyeager/bvlc/fix-travis-cmake-download
shelhamer Nov 3, 2015
ebd7bd7
Merge pull request #3275 from darxriggs/master
longjon Nov 5, 2015
5196926
[travis] fix boost/python3 conda conflict
longjon Nov 5, 2015
a53fe0f
Merge pull request #3286 from longjon/fix-py3-travis-boost
longjon Nov 5, 2015
4137c09
[style] fix whitespace in travis_install.sh
longjon Nov 5, 2015
bc1aa41
remove dead cpp code for number of CUDA threads
longjon Nov 5, 2015
0ec116e
Merge pull request #3287 from longjon/travis-install-whitespace
longjon Nov 5, 2015
32dc03f
Correct transposition & channel_swap in deprocess
ernest-tg Nov 5, 2015
987b3d8
Fix ArgMaxLayer::Reshape for any num of bottom axes
timmeinhardt Nov 6, 2015
0f1e4e5
Add a -c to wget so that it continues interrupted downloads
sjbrown Nov 7, 2015
c42eb9c
GetDB must return a value
eelstork Nov 8, 2015
0eea94a
display 'ignore source layer' when initializing from existing parameters
ronghanghu Nov 8, 2015
e050f36
Merge pull request #3303 from eelstork/patch-1
ronghanghu Nov 8, 2015
50a44b0
Switched order of two layers for simpler diff with untuned file
panmari Nov 6, 2015
eb40f8f
Merge pull request #1 from cassinaj/cassinaj-minor-typo-fix
cassinaj Nov 9, 2015
5a302a2
Merge pull request #3308 from cassinaj/master
ronghanghu Nov 9, 2015
96e95fb
DOC: Fix consistent typo in contrastive loss
gustavla Nov 9, 2015
29f6670
Replace unistd functions with cross platform counterparts
eelstork Nov 7, 2015
e9930da
Merge pull request #3300 from BonsaiAI/replace-unistd
ronghanghu Nov 10, 2015
effdaa2
Merge pull request #3305 from ronghanghu/display-ignore-layer
ronghanghu Nov 10, 2015
da4d39a
Merge pull request #3310 from gustavla/contrastive-doc-fix
shelhamer Nov 11, 2015
692295e
Merge pull request #3295 from timmeinhardt/fix_issue_3274
shelhamer Nov 11, 2015
14ef9a0
Merge pull request #3294 from panmari/simpler_diff
shelhamer Nov 11, 2015
b4c6e2d
Merge pull request #3290 from ernest-tg/master
shelhamer Nov 11, 2015
069c519
Merge pull request #3235 from shelhamer/dlog-cudnn-workspace
shelhamer Nov 11, 2015
19028e7
Merge pull request #3127 from lukeyeager/install-lib-permissions
shelhamer Nov 11, 2015
f9970c8
fix a bug that time duration may be 0 when downloading model binary
gdh1995 Nov 10, 2015
9ff2baf
Remove un-necessary includes
eelstork Nov 12, 2015
3682fde
Functions shall return a value in syncedmem
eelstork Nov 12, 2015
dc48870
Fix loss of last iteration when average_loss > 1
bwilbertz Sep 30, 2015
0ad1d8a
Update computation of variance and global stats in BatchNormLayer
kkhoot Nov 7, 2015
f6e582a
Make backward pass work when global stats is active for BatchNormLayer
kkhoot Nov 12, 2015
d81ffbf
Add parentheses to backward_{cpu,gpu} method.
w1res Nov 12, 2015
f185a28
Merge pull request #3328 from w1res/patch-1
shelhamer Nov 13, 2015
a6f14f6
Display and store cuDNN version numbers during cmake.
cbalint13 Nov 13, 2015
92d3860
Merge pull request #3323 from BonsaiAI/remove-unnecessary-includes
shelhamer Nov 14, 2015
fb43ea1
Merge pull request #3299 from kkhoot/fix_bn
shelhamer Nov 14, 2015
a29c2f7
Fix outs and diffs being overwritten in forward_backward_all.
alexlee-gk Nov 14, 2015
75d8c55
Merge pull request #3332 from alexlee-gk/master
shelhamer Nov 16, 2015
8150ff1
Merge pull request #3261 from kli-nlpr/patch-1
shelhamer Nov 16, 2015
603cbfb
Merge pull request #3321 from BonsaiAI/synced-mem-functions-will-retu…
shelhamer Nov 16, 2015
c4190a5
Skip python layer tests if WITH_PYTHON_LAYER unset
lukeyeager Nov 18, 2015
1b0716c
Fix MaxTopBlobs in Accuracy Layer
ronghanghu Nov 19, 2015
5637fc8
Merge pull request #3359 from ronghanghu/fix-accuracy-layer-top
shelhamer Nov 19, 2015
41d0c77
Convert std::max args to Dtype
eelstork Nov 12, 2015
23e4e46
Function must return a value
eelstork Nov 20, 2015
e093290
Exclude core.hpp when building without OpenCV
eelstork Nov 20, 2015
70dbcd0
Merge pull request #3362 from eelstork/patch-2
ronghanghu Nov 20, 2015
df21b6a
Merge pull request #3363 from BonsaiAI/remove-opencv-include
ronghanghu Nov 20, 2015
8b2aa70
Better normalization options for SoftmaxWithLoss layer.
cdoersch Nov 6, 2015
8e8d97d
Merge pull request #3296 from cdoersch/normalize_batch
jeffdonahue Nov 23, 2015
b72b031
replace snprintf with a C++98 equivalent
eelstork Nov 17, 2015
d3025f5
Remove bogus stepearly in MNIST example
ronghanghu Nov 26, 2015
f25f514
Merge pull request #3389 from ronghanghu/remove-stepearly
ronghanghu Nov 26, 2015
665649a
Merge pull request #3352 from lukeyeager/bvlc/pytest-python-layer
ronghanghu Nov 26, 2015
c7ee261
Merge pull request #3361 from BonsaiAI/avoid-snprintf
ronghanghu Nov 27, 2015
c9086ca
Merge pull request #2693 from AdamStelmaszczyk/patch-1
ronghanghu Nov 27, 2015
4e9b449
Merge pull request #3320 from BonsaiAI/disambiguate-dtype
ronghanghu Nov 27, 2015
34ee5df
Secure implementation of MakeTempDir
eelstork Nov 24, 2015
33905d5
Secure temporary file creation
eelstork Nov 25, 2015
62ed0d2
Merge pull request #3378 from BonsaiAI/fix-temp-dir-creation-failure
ronghanghu Nov 28, 2015
300f43f
dismantle layer headers
shelhamer Nov 10, 2015
196b995
Merge pull request #3315 from shelhamer/layer-headers
shelhamer Dec 2, 2015
71abb92
Merge pull request #3285 from longjon/cuda-dead-cpp
shelhamer Dec 2, 2015
0fa2607
Merge pull request #3267 from cbalint13/cmake-cudnn
shelhamer Dec 2, 2015
fe3abd0
Merge pull request #3313 from gdh1995/master
shelhamer Dec 2, 2015
36bf811
Remove hamming_distance and popcount
eelstork Dec 2, 2015
7e40583
Merge pull request #3404 from BonsaiAI/remove-hamming-dist
longjon Dec 2, 2015
99571c4
Correct type of device_id; disambiguate shared_ptr
eelstork Nov 29, 2015
a668194
ELU layer with basic tests
mohomran Nov 26, 2015
9c9f94e
Merge pull request #3395 from BonsaiAI/extract_features-compatibility
longjon Dec 4, 2015
03a00e8
Merge pull request #3090 from longjon/summarize-tool
Yangqing Dec 9, 2015
b13bda2
Update interfaces.md
ianfhunter Dec 9, 2015
5413860
Merge pull request #3432 from ianfhunter/patch-1
shelhamer Dec 9, 2015
eb2b848
Fix CuDNNConvolutionLayer for cuDNN v4
flx42 Dec 10, 2015
7953918
Merge pull request #3439 from flx42/cudnn_v4
shelhamer Dec 12, 2015
f19896c
Replace blobs_lr with lr_mult in readme.md.
mnogu Dec 20, 2015
03a84bf
Merge pull request #3468 from mnogu/blobs_lr-to-lr_mult
longjon Dec 20, 2015
93bfcb5
add support for 2D dilated convolution
fyu Dec 7, 2015
18c795e
add support for N-D dilated convolution
fyu Dec 28, 2015
7674799
add and improve tests for dilated convolution/im2col
fyu Dec 26, 2015
c25c579
disable dilated deconvolution
fyu Dec 26, 2015
3e3e9ce
add short description of dilation to caffe.proto
longjon Dec 26, 2015
bbc4e57
enable dilated deconvolution
longjon Dec 28, 2015
08c5dfd
Merge pull request #3487 from longjon/dilation
longjon Dec 28, 2015
708c1a1
remove extra space before +
fyu Dec 29, 2015
b086cc3
Merge pull request #3490 from fyu/spaceplus
jeffdonahue Dec 29, 2015
6320d8d
TestDataTransformer: fix some memory leaks caused by use of 'new'
jeffdonahue Dec 30, 2015
1137e89
Exposing layer top and bottom names to python
philkr Aug 5, 2015
6d09ca2
Speeding up the GPU solvers
philkr Jan 5, 2016
b23e9b1
Merge pull request #3519 from philkr/faster_solver
jeffdonahue Jan 6, 2016
672f30e
CMake python version fix
philkr Jan 6, 2016
917ef33
Merge pull request #2865 from philkr/top_bottom_names
longjon Jan 8, 2016
cff6f3d
Merge pull request #3525 from philkr/cmake_python3
longjon Jan 8, 2016
581c1cc
Performance related update of im2col() and col2im() functions
intelmm Jan 20, 2016
d0100ba
Workaround for inplace max pooling issue
thatguymike Jan 20, 2016
37066eb
Merge pull request #3574 from tahtguymike/maxpool_bug
shelhamer Jan 20, 2016
813c3c9
Merge pull request #3536 from intelcaffe/im2col-speedup
longjon Jan 20, 2016
d959981
Add makefile config option for linking Python 3 libraries
cooperra Jan 21, 2016
a7ac8bc
Merge pull request #3388 from mohomran/exponential_linear_units
shelhamer Jan 22, 2016
1954f0f
copy proto to distribute directory
junshi15 Jan 22, 2016
ec04197
Add ChannelwiseAffine for batch norm
ducha-aiki Jan 14, 2016
67b497d
Version 1.0.0-rc3
lukeyeager Jan 22, 2016
a97300c
Merge pull request #3584 from graphaelli/python3-config
philkr Jan 23, 2016
19ee69d
Merge pull request #3311 from lukeyeager/bvlc/versioning
shelhamer Jan 23, 2016
0816907
Separation and generalization of ChannelwiseAffineLayer into BiasLayer
jeffdonahue Jan 22, 2016
e94065e
show Caffe's version from MatCaffe
ronghanghu Jan 23, 2016
97f4536
Merge pull request #3593 from ronghanghu/matcaffe-versioning
ronghanghu Jan 23, 2016
407050e
Updated import to make it work with pydotplus
Austriker Jan 21, 2016
714b759
Merge pull request #3581 from Austriker/draw-python3
jeffdonahue Jan 26, 2016
d69319d
Merge pull request #3496 from jeffdonahue/fix-testdatatransformer-leaks
jeffdonahue Jan 26, 2016
ca402f6
Prevent in-place computation in ReshapeLayer and FlattenLayer
kkhoot Nov 27, 2015
940b299
Merge pull request #3393 from kkhoot/fix-reshape
jeffdonahue Jan 26, 2016
9a43dcf
Remove unnecessary CAFFE_TEST_CUDA_PROP declarations
jeffdonahue Jan 26, 2016
f5e28fe
Merge pull request #3132 from bwilbertz/LastIterationLoss
jeffdonahue Jan 26, 2016
f15684c
Merge pull request #3297 from sjbrown/patch-1
jeffdonahue Jan 26, 2016
91c02f3
Update mnist readme.md: scale moved to transform_param
madan-ram Jul 23, 2015
cb9e2f9
Merge pull request #2810 from madan-ram/patch-2
jeffdonahue Jan 26, 2016
a14ae47
Merge pull request #2144 from tishibas/load_image-improved
jeffdonahue Jan 26, 2016
2172ede
Merge pull request #3602 from jeffdonahue/rm-cuda-props
jeffdonahue Jan 26, 2016
ae31adc
Make the two separate build systems clearer in the documentation
keir Jun 26, 2015
6d11108
Merge pull request #2651 from keir/master
jeffdonahue Jan 26, 2016
dc831aa
Merge pull request #3591 from jeffdonahue/scale-bias-layer
shelhamer Jan 27, 2016
afcaf25
Remove incorrect cast of gemm int arg to Dtype in BiasLayer
jeffdonahue Jan 27, 2016
0acb338
Merge pull request #3605 from jeffdonahue/bias-gemm-type-fix
jeffdonahue Jan 27, 2016
24f792d
Merge pull request #3022 from jeffdonahue/expose-param-display-names
jeffdonahue Jan 27, 2016
5592e59
Merge pull request #2917 from ajkl/patch-2
jeffdonahue Jan 27, 2016
14d0bb4
use relative paths on making build/tools/ links
gdh1995 Jan 13, 2016
eac9dd8
Merge pull request #3545 from gdh1995/relative-path-for-soft-links
jeffdonahue Jan 29, 2016
2ef5847
Merge pull request #3587 from junshi15/distribute_proto
shelhamer Jan 30, 2016
dd20997
Nicely prints GPU names
drnikolaev Feb 2, 2016
b590f1d
Merge pull request #3624 from drnikolaev/bvlc-print-gpu-names
jeffdonahue Feb 3, 2016
68c751c
bugfix for incorrect behaviour in caffe_parse_linker_libs function wh…
Feb 9, 2016
33f2445
Merge pull request #3650 from intbots/cmake-matlab-fix
jeffdonahue Feb 9, 2016
0dcd397
Fast and Faster R-CNN change set
rbgirshick Aug 9, 2015
ba7d419
python3 compatibility
DelightRun May 11, 2016
ddc3bda
Merge commit '0dcd397b29507b8314e252e850518c5695efbb83'
DelightRun May 13, 2016
fddcdda
fix import error
DelightRun May 13, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ NONEMPTY_LINT_REPORT := $(BUILD_DIR)/$(LINT_EXT)
# PY$(PROJECT)_SRC is the python wrapper for $(PROJECT)
PY$(PROJECT)_SRC := python/$(PROJECT)/_$(PROJECT).cpp
PY$(PROJECT)_SO := python/$(PROJECT)/_$(PROJECT).so
PY$(PROJECT)_HXX := include/$(PROJECT)/python_layer.hpp
PY$(PROJECT)_HXX := include/$(PROJECT)/layers/python_layer.hpp
# MAT$(PROJECT)_SRC is the mex entrance point of matlab package for $(PROJECT)
MAT$(PROJECT)_SRC := matlab/+$(PROJECT)/private/$(PROJECT)_.cpp
ifneq ($(MATLAB_DIR),)
Expand Down
1 change: 0 additions & 1 deletion include/caffe/caffe.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
#include "caffe/util/benchmark.hpp"
#include "caffe/util/io.hpp"
#include "caffe/util/upgrade_proto.hpp"
#include "caffe/vision_layers.hpp"

#endif // CAFFE_CAFFE_HPP_
Loading