platform/upstream/caffeonacl.git
9 years agoMerge pull request #1969 from tnarihi/fix-empty-param_name
Jeff Donahue [Thu, 14 May 2015 22:41:57 +0000 (15:41 -0700)]
Merge pull request #1969 from tnarihi/fix-empty-param_name

Fix incorrectly storing empty param_name to param_names_index_

9 years agoMerge pull request #2168 from longjon/spurious-net-includes
Jeff Donahue [Thu, 14 May 2015 22:14:05 +0000 (15:14 -0700)]
Merge pull request #2168 from longjon/spurious-net-includes

Remove spurious inclusions of net.hpp

9 years agoMerge pull request #2165 from longjon/auto-reshape
Jeff Donahue [Thu, 14 May 2015 22:10:59 +0000 (15:10 -0700)]
Merge pull request #2165 from longjon/auto-reshape

Always call Layer::Reshape in Layer::Forward

9 years agoMerge pull request #2072 from jeffdonahue/final-snapshot-off-by-one
Jon Long [Thu, 14 May 2015 22:06:56 +0000 (15:06 -0700)]
Merge pull request #2072 from jeffdonahue/final-snapshot-off-by-one

Bugfix: final snapshot iter number is off by one

9 years agoMerge pull request #2456 from longjon/python-layer-object
Jeff Donahue [Thu, 14 May 2015 22:06:04 +0000 (15:06 -0700)]
Merge pull request #2456 from longjon/python-layer-object

Use bp::object instead of PyObject* for self in Python layer

9 years agoMerge pull request #2457 from longjon/superfluous-destructors
Jeff Donahue [Thu, 14 May 2015 21:57:52 +0000 (14:57 -0700)]
Merge pull request #2457 from longjon/superfluous-destructors

Remove superfluous empty destructors

9 years agoremove superfluous empty destructors
Jonathan L Long [Thu, 14 May 2015 05:08:57 +0000 (22:08 -0700)]
remove superfluous empty destructors

The removed definitions do nothing; these classes already have virtual
destructors inherited from their respective base classes.

9 years ago[pycaffe] use bp::object instead of PyObject* for self in Python layer
Takuya Narihira [Thu, 14 May 2015 04:16:28 +0000 (21:16 -0700)]
[pycaffe] use bp::object instead of PyObject* for self in Python layer

This simply allows direct use of the nicer bp::object interface.

9 years agoMerge pull request #2321 from nickcarlevaris/contrastive_loss_fix
Evan Shelhamer [Tue, 12 May 2015 20:52:48 +0000 (13:52 -0700)]
Merge pull request #2321 from nickcarlevaris/contrastive_loss_fix

Fixed contrastive loss layer to be the same as proposed in Hadsell et al 2006

9 years agoMerge pull request #2441 from gustavla/py3-fix
Jon Long [Mon, 11 May 2015 23:34:33 +0000 (16:34 -0700)]
Merge pull request #2441 from gustavla/py3-fix

Fixed wrong io import in Python 3

9 years agoMerge pull request #2443 from MartinThoma/master
Evan Shelhamer [Mon, 11 May 2015 22:20:06 +0000 (15:20 -0700)]
Merge pull request #2443 from MartinThoma/master

python: PEP8; changed docstring documentation style to NumPyDoc style

9 years agopython: PEP8; changed docstring documentation style to NumPyDoc style
Martin Thoma [Mon, 11 May 2015 20:35:48 +0000 (22:35 +0200)]
python: PEP8; changed docstring documentation style to NumPyDoc style

9 years agoThis imports the wrong io module in Python 3.
Gustav Larsson [Mon, 11 May 2015 16:54:45 +0000 (11:54 -0500)]
This imports the wrong io module in Python 3.

The Python standard lib has a module called io, so instead of Python 3
throwing an error, it imports the wrong module without complaining.

9 years agoMerge pull request #2426 from longjon/check-blob-overflow
Jeff Donahue [Thu, 7 May 2015 00:56:57 +0000 (17:56 -0700)]
Merge pull request #2426 from longjon/check-blob-overflow

Check that count does not overflow in Blob::Reshape

9 years agocheck that count_ does not overflow in Blob::Reshape
Jonathan L Long [Thu, 7 May 2015 00:40:12 +0000 (17:40 -0700)]
check that count_ does not overflow in Blob::Reshape

9 years agoMerge pull request #2414 from tnarihi/fix-prelu-redanduncy
Jeff Donahue [Tue, 5 May 2015 18:39:45 +0000 (11:39 -0700)]
Merge pull request #2414 from tnarihi/fix-prelu-redanduncy

Fix #2406: wrong thread blocks setting for PReLU

9 years agoModify for better readability regarding temporary bufffer for backward
Takuya Narihira [Mon, 4 May 2015 18:45:33 +0000 (11:45 -0700)]
Modify for better readability regarding temporary bufffer for backward
computation

9 years agoFix redundancy of parameter backward computation
Takuya Narihira [Mon, 4 May 2015 18:44:44 +0000 (11:44 -0700)]
Fix redundancy of parameter backward computation

9 years agoAdded support for original implementation, using (margin - d^2), through the
Nick Carlevaris-Bianco [Mon, 4 May 2015 02:11:44 +0000 (11:41 +0930)]
Added support for original implementation, using (margin - d^2), through the
legacy_version parameter.

9 years agoMerge pull request #2369 from jeffdonahue/makefile-link-bugfix
Jeff Donahue [Thu, 30 Apr 2015 22:47:03 +0000 (15:47 -0700)]
Merge pull request #2369 from jeffdonahue/makefile-link-bugfix

Makefile bugfix: debug/release dir link not toggled properly

9 years agoMakefile bugfix: OTHER_BUILD_DIR name set incorrectly when empty due to
Jeff Donahue [Sun, 26 Apr 2015 03:57:34 +0000 (20:57 -0700)]
Makefile bugfix: OTHER_BUILD_DIR name set incorrectly when empty due to
lazy variable expansion when using the `?=` operator -- change them
to explicit empty string checks with simple assignment operator `:=`.

9 years agoMerge pull request #2393 from Nerei/feature/minor_cmake_fix
Jon Long [Thu, 30 Apr 2015 03:10:14 +0000 (20:10 -0700)]
Merge pull request #2393 from Nerei/feature/minor_cmake_fix

Little CMake fix (can be reviewed and merged quickly)

9 years agominor cmake fix - now Caffe complains when cmake is executed if glog/gflags are not...
Anatoly Baksheev [Wed, 29 Apr 2015 18:53:51 +0000 (21:53 +0300)]
minor cmake fix - now Caffe complains when cmake is executed if glog/gflags are not found.

9 years agoMerge pull request #2365 from wakamori/fix_typo_in_gnuplot_example
Jeff Donahue [Tue, 28 Apr 2015 07:59:32 +0000 (00:59 -0700)]
Merge pull request #2365 from wakamori/fix_typo_in_gnuplot_example

Typo fix: the label titles in plot_log.gnuplot.example

9 years agoImport Pandas in HDF5 IPython notebook. Fix for issue BVLC/caffe#2247
Sebastián Ramírez [Fri, 3 Apr 2015 01:01:24 +0000 (20:01 -0500)]
Import Pandas in HDF5 IPython notebook. Fix for issue BVLC/caffe#2247

9 years agoMerge pull request #2370 from gdh1995/master
Jon Long [Sun, 26 Apr 2015 22:02:26 +0000 (15:02 -0700)]
Merge pull request #2370 from gdh1995/master

move CPU_ONLY to right place

9 years agoNet::Update: CPU_ONLY is in wrong place
gdh1995 [Sun, 26 Apr 2015 14:52:41 +0000 (22:52 +0800)]
Net::Update: CPU_ONLY is in wrong place

9 years agofix a typo that GFLAGS_GFLAGS_H_ -> GFLAGS_GFAGS_H_
gdh1995 [Sun, 26 Apr 2015 14:51:21 +0000 (22:51 +0800)]
fix a typo that GFLAGS_GFLAGS_H_ -> GFLAGS_GFAGS_H_

9 years agofix typo: swap the titles of xlabel and ylabel
Takuma Wakamori [Sat, 25 Apr 2015 08:09:43 +0000 (17:09 +0900)]
fix typo: swap the titles of xlabel and ylabel

9 years agoMerge pull request #2352 from pgao/rcnn-fix
Jon Long [Sat, 25 Apr 2015 03:26:06 +0000 (20:26 -0700)]
Merge pull request #2352 from pgao/rcnn-fix

Fix RCNN model fetching script

9 years agoMerge pull request #2330 from flx42/include_config_file_check
Jonathan L Long [Sat, 25 Apr 2015 02:55:31 +0000 (19:55 -0700)]
Merge pull request #2330 from flx42/include_config_file_check

9 years agoclarify Makefile.config check
Jonathan L Long [Sat, 25 Apr 2015 02:52:33 +0000 (19:52 -0700)]
clarify Makefile.config check

9 years agoFix RCNN model fetching script
PETER_GAO [Wed, 22 Apr 2015 18:33:41 +0000 (11:33 -0700)]
Fix RCNN model fetching script

9 years agoadded epsilon to prevent possible division by zero in gradient calculation
Nick Carlevaris-Bianco [Tue, 21 Apr 2015 07:44:47 +0000 (17:14 +0930)]
added epsilon to prevent possible division by zero in gradient calculation

9 years agoAbort Makefile parsing if the configuration file cannot be found.
Felix Abecassis [Fri, 17 Apr 2015 22:53:12 +0000 (15:53 -0700)]
Abort Makefile parsing if the configuration file cannot be found.

9 years agoset default DISTRIBUTE_DIR -- fix #2328
Evan Shelhamer [Fri, 17 Apr 2015 19:26:48 +0000 (12:26 -0700)]
set default DISTRIBUTE_DIR -- fix #2328

9 years agoFixed contrastive loss layer to be the same as proposed in Hadsell et al 2006
Nick Carlevaris-Bianco [Fri, 17 Apr 2015 04:46:26 +0000 (14:16 +0930)]
Fixed contrastive loss layer to be the same as proposed in Hadsell et al 2006

9 years agoMerge pull request #2295 from akiomik/patch-1
Evan Shelhamer [Fri, 10 Apr 2015 18:01:33 +0000 (11:01 -0700)]
Merge pull request #2295 from akiomik/patch-1

[docs] fix brew command for OS X install

9 years agoimproved installation for osx
Akiomi KAMAKURA [Fri, 10 Apr 2015 06:48:41 +0000 (15:48 +0900)]
improved installation for osx

9 years agoMerge pull request #2287 from eerwitt/web-demo-import
Evan Shelhamer [Wed, 8 Apr 2015 22:44:36 +0000 (15:44 -0700)]
Merge pull request #2287 from eerwitt/web-demo-import

[example] change `import Image` for forward compatibility

9 years agoChanging Image import to be imported from PIL.
e3 [Wed, 8 Apr 2015 22:00:36 +0000 (15:00 -0700)]
Changing Image import to be imported from PIL.

9 years ago[docs] switch lmdb url for manual install, tweak formatting
Evan Shelhamer [Sun, 5 Apr 2015 18:47:49 +0000 (11:47 -0700)]
[docs] switch lmdb url for manual install, tweak formatting

9 years agoMerge pull request #2224 from small-yellow-duck/master
Evan Shelhamer [Tue, 31 Mar 2015 18:14:30 +0000 (11:14 -0700)]
Merge pull request #2224 from small-yellow-duck/master

[build] check if CPU_ONLY is set when determining CUDA version

9 years agoMerge pull request #2231 from tnarihi/fix-travis-miniconda
Evan Shelhamer [Tue, 31 Mar 2015 18:13:20 +0000 (11:13 -0700)]
Merge pull request #2231 from tnarihi/fix-travis-miniconda

Fix Travis: no need to remove libm in new Miniconda

9 years agoFix: libm.* doesn not exist
Takuya Narihira [Tue, 31 Mar 2015 02:52:43 +0000 (19:52 -0700)]
Fix: libm.* doesn not exist

9 years agoCheck if CPU_ONLY is set when determining CUDA version
small-yellow-duck [Sun, 29 Mar 2015 21:30:21 +0000 (14:30 -0700)]
Check if CPU_ONLY is set when determining CUDA version

Previously, CUDA_VERSION would appear to be < 7 if there was no CUDA
installed, and that would generate the wrong C++ flags for compiling on
recent OSX versions. Instead, skip the CUDA version check if CPU_ONLY is
set. This change only affects CPU_ONLY installations.

9 years agoMerge pull request #2192 from lukeyeager/remove-scikit-learn
Evan Shelhamer [Fri, 27 Mar 2015 22:58:14 +0000 (15:58 -0700)]
Merge pull request #2192 from lukeyeager/remove-scikit-learn

Remove scikit-learn dependency -- the need is noted in the relevant example

9 years agoMerge pull request #2199 from lukeyeager/downgrade-pillow
Jon Long [Fri, 27 Mar 2015 22:27:43 +0000 (15:27 -0700)]
Merge pull request #2199 from lukeyeager/downgrade-pillow

Downgrade Pillow pip requirement

9 years agoMerge pull request #2211 from nsubtil/fix-cudnn-algo
Evan Shelhamer [Thu, 26 Mar 2015 23:50:52 +0000 (16:50 -0700)]
Merge pull request #2211 from nsubtil/fix-cudnn-algo

Fallback to different cuDNN algorithm when under memory pressure; fix #2197

9 years agoFallback to different cuDNN algorithm when under memory pressure
Nuno Subtil [Tue, 24 Mar 2015 22:48:16 +0000 (15:48 -0700)]
Fallback to different cuDNN algorithm when under memory pressure

CUDNN_CONVOLUTION_FWD_PREFER_FASTEST requires a lot of GPU memory, which may
not always be available. Add a fallback path that uses
CUDNN_CONVOLUTION_FWD_ALGO_IMPLICIT_GEMM when the allocation fails.

9 years agoDowngrade Pillow pip requirement
Luke Yeager [Wed, 25 Mar 2015 19:42:17 +0000 (12:42 -0700)]
Downgrade Pillow pip requirement

2.7.0 isn't really necessary - 2.3.0 is sufficient. This is the version
available on Ubuntu 14.04 via apt-get, and seems to be a reasonable lowest
common denominator in general.

http://pillow.readthedocs.org/installation.html#old-versions

9 years agoMerge pull request #2160 from TorosFanny/master
Jeff Donahue [Wed, 25 Mar 2015 17:42:22 +0000 (10:42 -0700)]
Merge pull request #2160 from TorosFanny/master

change resorce to resource

9 years agoAdd note in example about installing scikit-learn
Luke Yeager [Wed, 25 Mar 2015 01:15:08 +0000 (18:15 -0700)]
Add note in example about installing scikit-learn

9 years agoRemove scikit-learn dependency
Luke Yeager [Wed, 25 Mar 2015 00:42:56 +0000 (17:42 -0700)]
Remove scikit-learn dependency

9 years agoMerge pull request #2038 from shelhamer/cudnn-r2
Evan Shelhamer [Tue, 24 Mar 2015 21:49:31 +0000 (14:49 -0700)]
Merge pull request #2038 from shelhamer/cudnn-r2

cuDNN v2

9 years agonote cuDNN v2 convolutional TODOs
Evan Shelhamer [Tue, 24 Mar 2015 21:17:57 +0000 (14:17 -0700)]
note cuDNN v2 convolutional TODOs

9 years agocuDNN pooling can pad now
Evan Shelhamer [Tue, 17 Feb 2015 01:18:13 +0000 (17:18 -0800)]
cuDNN pooling can pad now

9 years agoreplace cuDNN alphas and betas with coefficient values
Evan Shelhamer [Tue, 17 Feb 2015 00:01:18 +0000 (16:01 -0800)]
replace cuDNN alphas and betas with coefficient values

Give cuDNN {0, 1} constants for controlling accumulation through the
alpha and beta coefficients.

9 years agoswitch to cuDNN R2
Simon Layton [Tue, 10 Feb 2015 03:08:39 +0000 (22:08 -0500)]
switch to cuDNN R2

9 years agoMerge pull request #2178 from Lewuathe/typo-in-docs
Jon Long [Mon, 23 Mar 2015 19:14:09 +0000 (12:14 -0700)]
Merge pull request #2178 from Lewuathe/typo-in-docs

Typos in documents

9 years agoTypos in documents
lewuathe [Sun, 22 Mar 2015 09:53:02 +0000 (18:53 +0900)]
Typos in documents

9 years agoremove spurious net.hpp includes
Jonathan L Long [Thu, 5 Mar 2015 00:18:17 +0000 (16:18 -0800)]
remove spurious net.hpp includes

9 years agoalways call Layer::Reshape in Layer::Forward
Jonathan L Long [Fri, 20 Mar 2015 04:28:36 +0000 (21:28 -0700)]
always call Layer::Reshape in Layer::Forward

There are no cases where Forward is called without Reshape, so we can
simplify the call structure.

9 years agochange resorce to resource
TorosFanny [Thu, 19 Mar 2015 13:16:37 +0000 (21:16 +0800)]
change resorce to resource

9 years agoMerge pull request #1922 from erictzeng/lrn_large_region_fix
Jeff Donahue [Wed, 18 Mar 2015 02:49:11 +0000 (19:49 -0700)]
Merge pull request #1922 from erictzeng/lrn_large_region_fix

Cross-channel LRN bounds checking for GPU implementation

9 years agoMerge pull request #2127 from kentashoji/fix-python-classify
Jon Long [Tue, 17 Mar 2015 01:53:26 +0000 (18:53 -0700)]
Merge pull request #2127 from kentashoji/fix-python-classify

Fix invalid syntax on classify.py

9 years agoFix invalid syntax
Kenta Shoji [Sun, 15 Mar 2015 23:26:31 +0000 (08:26 +0900)]
Fix invalid syntax

9 years agoFix for solver issue pointed out by @moskewcz in #1972
Jeff Donahue [Fri, 13 Mar 2015 19:46:59 +0000 (12:46 -0700)]
Fix for solver issue pointed out by @moskewcz in #1972

Use ReadNetParamsFromBinaryFileOrDie to read a net param when restoring
from a saved solverstate, which upgrades old nets, rather than
ReadProtoFromBinaryFile.

9 years agoHDF5DataLayer: remove redundant shuffle
Jeff Donahue [Fri, 13 Mar 2015 18:47:18 +0000 (11:47 -0700)]
HDF5DataLayer: remove redundant shuffle

9 years agoMerge pull request #2118 from jeffdonahue/PatWie-shufflehdf5
Jeff Donahue [Fri, 13 Mar 2015 09:28:01 +0000 (02:28 -0700)]
Merge pull request #2118 from jeffdonahue/PatWie-shufflehdf5

Shuffle HDF5 data

9 years agoHDF5DataLayer shuffle: minor cleanup; clarification in HDF5DataParameter
Jeff Donahue [Fri, 13 Mar 2015 08:27:59 +0000 (01:27 -0700)]
HDF5DataLayer shuffle: minor cleanup; clarification in HDF5DataParameter

9 years agoshuffle data
wieschol [Wed, 22 Oct 2014 13:22:36 +0000 (15:22 +0200)]
shuffle data

9 years agoMerge pull request #1940 from tnarihi/prelu2
Jeff Donahue [Thu, 12 Mar 2015 07:01:35 +0000 (00:01 -0700)]
Merge pull request #1940 from tnarihi/prelu2

Add PReLU Layer

9 years agoPReLU Layer and its tests
Takuya Narihira [Mon, 16 Feb 2015 17:52:47 +0000 (09:52 -0800)]
PReLU Layer and its tests

described in Kaiming He et al, "Delving Deep into Rectifiers: Surpassing
Human-Level Performance on ImageNet Classification", arxiv 2015.

Belows are commit message histories that I had while developing.

PReLULayer takes FillerParameter for init

PReLU testing consistency with ReLU

Fix : PReLU test concistency check

PReLU tests in-place computation, and it failed in GPU

Fix: PReLU in-place backward in GPU

PReLULayer called an incorrect API for copying
data (caffe_gpu_memcpy). First argment of `caffe_gpu_memcpy` should be
size of memory region in byte. I modified to use `caffe_copy` function.

Fix: style errors

Fix: number of axes of input blob must be >= 2

Use 1D blob, zero-D blob.

Rename: hw -> dim

9 years ago[docs] open release of BVLC models for unrestricted use
Evan Shelhamer [Wed, 11 Mar 2015 21:04:51 +0000 (14:04 -0700)]
[docs] open release of BVLC models for unrestricted use

See BVLC model license details on the model zoo page.

[Re-commit of 6b84206 which somehow went missing.]

9 years agoRemove Gist from BVLC GoogleNet
Sergio Guadarrama [Tue, 10 Mar 2015 20:55:32 +0000 (13:55 -0700)]
Remove Gist from BVLC GoogleNet

9 years agoMerge pull request #2076 from jeffdonahue/accuracy-layer-fixes
Jeff Donahue [Mon, 9 Mar 2015 19:45:15 +0000 (12:45 -0700)]
Merge pull request #2076 from jeffdonahue/accuracy-layer-fixes

Fixup AccuracyLayer like SoftmaxLossLayer in #1970

9 years agoAccuracyLayerTest: add tests for ignore_label and spatial axes
Jeff Donahue [Mon, 9 Mar 2015 19:16:30 +0000 (12:16 -0700)]
AccuracyLayerTest: add tests for ignore_label and spatial axes

9 years agoAccuracyLayer: add ignore_label param
max argus [Sun, 22 Feb 2015 21:00:38 +0000 (21:00 +0000)]
AccuracyLayer: add ignore_label param

9 years agoFixup AccuracyLayer like SoftmaxLossLayer in #1970 -- fixes #2063
Jeff Donahue [Mon, 9 Mar 2015 06:00:10 +0000 (23:00 -0700)]
Fixup AccuracyLayer like SoftmaxLossLayer in #1970 -- fixes #2063

9 years agoMerge pull request #2058 from shelhamer/py-fixes
Evan Shelhamer [Mon, 9 Mar 2015 06:19:59 +0000 (23:19 -0700)]
Merge pull request #2058 from shelhamer/py-fixes

Pycaffe fixes and example reformation

9 years ago[example] pycaffe classification downloads the model automatically
Evan Shelhamer [Mon, 9 Mar 2015 05:39:56 +0000 (22:39 -0700)]
[example] pycaffe classification downloads the model automatically

9 years agoMerge pull request #2066 from caotto/leveldb_include_update
Jeff Donahue [Mon, 9 Mar 2015 01:28:25 +0000 (18:28 -0700)]
Merge pull request #2066 from caotto/leveldb_include_update

Update leveldb include variable name to match FindLevelDB.cmake

9 years agoIncrement iter_ before snapshotting, remove +1 logic -- fixes final
Jeff Donahue [Mon, 9 Mar 2015 00:47:20 +0000 (17:47 -0700)]
Increment iter_ before snapshotting, remove +1 logic -- fixes final
snapshot being off by one

9 years agoSoftmaxLossLayer fix: canonicalize input axis
Jeff Donahue [Mon, 9 Mar 2015 00:16:08 +0000 (17:16 -0700)]
SoftmaxLossLayer fix: canonicalize input axis

9 years ago[example] warm-start web demo
Evan Shelhamer [Sat, 7 Mar 2015 20:53:34 +0000 (12:53 -0800)]
[example] warm-start web demo

call forward to warm-start the demo so the first request isn't slow.

9 years ago[example] revise hdf5 classification
Evan Shelhamer [Sat, 7 Mar 2015 09:35:17 +0000 (01:35 -0800)]
[example] revise hdf5 classification

- add a little explanation
- solve from Python and the command line
- time scikit-learn and caffe
- fix test iterations (number of instances / batch size)

9 years ago[example] revise net surgery + add designer filters
Evan Shelhamer [Sat, 7 Mar 2015 08:46:05 +0000 (00:46 -0800)]
[example] revise net surgery + add designer filters

- N-D blob parameter dimensions
- add filtering section to net surgery example
- make Gaussian blur and Sobel edge kernels
- alter biases
- do flat assignment instead of reshape and explain memory layout
- make dir for surgery files

9 years ago[example] revise filter visualization
Evan Shelhamer [Sat, 7 Mar 2015 08:34:24 +0000 (00:34 -0800)]
[example] revise filter visualization

- download CaffeNet if it isn't there
- switch to caffe.Net
- reshape net for single input
- explain param, bias indexing
- update output for N-D blobs

9 years ago[pycaffe] align web demo with #1728 and #1902
Evan Shelhamer [Sat, 7 Mar 2015 03:36:29 +0000 (19:36 -0800)]
[pycaffe] align web demo with #1728 and #1902

9 years ago[pycaffe] classifier + detector only have one input
Evan Shelhamer [Sat, 7 Mar 2015 03:34:32 +0000 (19:34 -0800)]
[pycaffe] classifier + detector only have one input

9 years ago[pycaffe] fix CPU / GPU switch in example scripts
Evan Shelhamer [Sat, 7 Mar 2015 02:53:29 +0000 (18:53 -0800)]
[pycaffe] fix CPU / GPU switch in example scripts

9 years ago[pycaffe] make classify.py print input + output file paths
ariandyy [Tue, 4 Nov 2014 15:48:02 +0000 (16:48 +0100)]
[pycaffe] make classify.py print input + output file paths

...and fix up detector quote convention.

9 years ago[pycaffe] no need to squeeze output after #1970
Evan Shelhamer [Sat, 7 Mar 2015 00:23:43 +0000 (16:23 -0800)]
[pycaffe] no need to squeeze output after #1970

fix #2041 reported by @dgmp88

9 years agoMerge pull request #1457 from jyegerlehner/preserve-extracted-blob-shapes
Evan Shelhamer [Sun, 8 Mar 2015 03:06:19 +0000 (19:06 -0800)]
Merge pull request #1457 from jyegerlehner/preserve-extracted-blob-shapes

  extract_features preserves feature shape

9 years agoextract_features preserves feature shape
J Yegerlehner [Wed, 19 Nov 2014 23:39:30 +0000 (17:39 -0600)]
extract_features preserves feature shape

9 years agoMerge pull request #1456 from jyegerlehner/load-weights-from-multiple-caffemodels
Evan Shelhamer [Sun, 8 Mar 2015 03:00:22 +0000 (19:00 -0800)]
Merge pull request #1456 from jyegerlehner/load-weights-from-multiple-caffemodels

Load weights from multiple models by listing comma separated caffemodels
as the `-weights` arg to the caffe command.

9 years agoLoad weights from multiple caffemodels.
J Yegerlehner [Wed, 19 Nov 2014 23:30:46 +0000 (17:30 -0600)]
Load weights from multiple caffemodels.

9 years agowhitespace in common.hpp
Jonathan L Long [Sun, 8 Mar 2015 02:16:18 +0000 (18:16 -0800)]
whitespace in common.hpp

9 years agocomment grammar in net.cpp
Jonathan L Long [Sun, 8 Mar 2015 00:54:30 +0000 (16:54 -0800)]
comment grammar in net.cpp