platform/upstream/caffe.git
6 years agoMerge pull request #5598 from ZoroDerVonCodier/patch-1
Przemysław Dolata [Tue, 6 Feb 2018 07:46:25 +0000 (08:46 +0100)]
Merge pull request #5598 from ZoroDerVonCodier/patch-1

Update euclidean_loss_layer.hpp with corrected reference in comment

6 years agoMerge pull request #6210 from mzsanford/classfier_deprecation_warning
Przemysław Dolata [Sat, 3 Feb 2018 16:41:46 +0000 (17:41 +0100)]
Merge pull request #6210 from mzsanford/classfier_deprecation_warning

Update Classifier and Detector to avoid deprecation warning

6 years agoUpdate Classifier and Detector to avoid deprecation warning
Matt Sanford [Fri, 2 Feb 2018 21:23:23 +0000 (13:23 -0800)]
Update Classifier and Detector to avoid deprecation warning

6 years agoMerge pull request #5545 from brunobowden/shape_mismatch_checks
Przemysław Dolata [Fri, 2 Feb 2018 15:47:46 +0000 (16:47 +0100)]
Merge pull request #5545 from brunobowden/shape_mismatch_checks

Shape mismatch CHECK logging improvements

6 years agocorrected description of set_transpose in io.py
Przemysław Dolata [Thu, 1 Feb 2018 13:43:44 +0000 (14:43 +0100)]
corrected description of set_transpose in io.py

6 years agoMerge pull request #5865 from cheshirekow/fix/caffe_rpath
Przemysław Dolata [Wed, 31 Jan 2018 08:10:34 +0000 (09:10 +0100)]
Merge pull request #5865 from cheshirekow/fix/caffe_rpath

Fix cmake RPATH

6 years agoMerge pull request #6202 from shelhamer/fix-scratch-bottom-diff
Evan Shelhamer [Mon, 29 Jan 2018 19:31:14 +0000 (11:31 -0800)]
Merge pull request #6202 from shelhamer/fix-scratch-bottom-diff

Clear Scratch Diffs to Prevent Contaminating Backward through Splits

6 years agoexplain use of scratch diffs in comments
Evan Shelhamer [Mon, 29 Jan 2018 00:58:39 +0000 (16:58 -0800)]
explain use of scratch diffs in comments

a few layers make use of otherwise unused diffs to accumulate results,
but unless the diffs are cleared in forward this contaminates the
gradients when these layers share a bottom and their backward is
skipped.

6 years agoclear scratch use of accuracy bottom diff
Evan Shelhamer [Mon, 29 Jan 2018 00:42:07 +0000 (16:42 -0800)]
clear scratch use of accuracy bottom diff

6 years agoclear scratch use of loss bottom diffs
linziyi [Thu, 18 Jan 2018 19:07:45 +0000 (03:07 +0800)]
clear scratch use of loss bottom diffs

6 years agoMerge pull request #5924 from bowang/cudnn_deconv
Evan Shelhamer [Mon, 29 Jan 2018 00:48:26 +0000 (16:48 -0800)]
Merge pull request #5924 from bowang/cudnn_deconv

speed-up: add cuDNN deconvolution layer and test

6 years agoMerge pull request #6201 from shelhamer/official-aws-ami
Evan Shelhamer [Sun, 28 Jan 2018 00:39:59 +0000 (16:39 -0800)]
Merge pull request #6201 from shelhamer/official-aws-ami

installation: switch pointer to official AWS AMI

6 years agodocs: switch to official AWS AMI
Evan Shelhamer [Sun, 28 Jan 2018 00:37:06 +0000 (16:37 -0800)]
docs: switch to official AWS AMI

6 years agoMerge pull request #6048 from sclarkson/master
Przemysław Dolata [Wed, 10 Jan 2018 19:30:43 +0000 (20:30 +0100)]
Merge pull request #6048 from sclarkson/master

Fix Makefile parallel builds missing protobuf header

6 years agoMerge pull request #6121 from xerus/typo
Przemysław Dolata [Wed, 3 Jan 2018 09:21:03 +0000 (10:21 +0100)]
Merge pull request #6121 from xerus/typo

Cuda.cmake: Fix a typo in a comment

6 years agoCuda.cmake: Fix a typo in a comment
Pavel Grunt [Wed, 20 Dec 2017 12:07:47 +0000 (13:07 +0100)]
Cuda.cmake: Fix a typo in a comment

6 years agoMerge pull request #6084 from Noiredd/accuracy-count-fix
Przemysław Dolata [Wed, 29 Nov 2017 11:28:31 +0000 (12:28 +0100)]
Merge pull request #6084 from Noiredd/accuracy-count-fix

Added count==0 safeguard to CPU accuracy calculation

6 years agoAdded count==0 safeguard to CPU accuracy calculation
Noiredd [Wed, 29 Nov 2017 10:48:29 +0000 (11:48 +0100)]
Added count==0 safeguard to CPU accuracy calculation

6 years agoMerge pull request #6079 from Noiredd/cuda9-makefile
Przemysław Dolata [Tue, 28 Nov 2017 10:36:47 +0000 (11:36 +0100)]
Merge pull request #6079 from Noiredd/cuda9-makefile

Makefile example comments for CUDA 9.0 compatibility

6 years agoMakefile example comments for CUDA 9.0 compatibility
Noiredd [Tue, 28 Nov 2017 10:00:51 +0000 (11:00 +0100)]
Makefile example comments for CUDA 9.0 compatibility

6 years agoFix Makefile parallel builds missing protobuf header
sclarkson [Sun, 12 Nov 2017 02:20:11 +0000 (18:20 -0800)]
Fix Makefile parallel builds missing protobuf header

6 years agoMerge pull request #5972 from icyblade/icyblade-patch-1
Przemysław Dolata [Tue, 7 Nov 2017 11:56:12 +0000 (12:56 +0100)]
Merge pull request #5972 from icyblade/icyblade-patch-1

add support for cuDNN v7

6 years agoMerge pull request #5719 from leemgs/upstream-issue5718
Przemysław Dolata [Mon, 6 Nov 2017 14:42:07 +0000 (15:42 +0100)]
Merge pull request #5719 from leemgs/upstream-issue5718

Fix: mean shape incompatible with input shape

6 years agoFix: mean shape in compatible with input shape
Geunsik Lim [Thu, 29 Jun 2017 04:12:53 +0000 (13:12 +0900)]
Fix: mean shape in compatible with input shape

This commit is to fix issue #5718.

* reference:
1. https://groups.google.com/forum/#!topic/caffe-users/nBpWJCcJoCU
2. https://stackoverflow.com/questions/28692209/using-gpu-despite-setting-cpu-only-yielding-unexpected-keyword-argument

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
6 years agoMerge pull request #5813 from jqueguiner/patch-1
Przemysław Dolata [Thu, 2 Nov 2017 11:52:30 +0000 (12:52 +0100)]
Merge pull request #5813 from jqueguiner/patch-1

fix web demo install instruction link

6 years agoMerge pull request #5704 from ArneSuppe/dupDistDirFix
Przemysław Dolata [Thu, 2 Nov 2017 11:46:05 +0000 (12:46 +0100)]
Merge pull request #5704 from ArneSuppe/dupDistDirFix

Fixed bug where make distribute duplicates python files

6 years agoMerge pull request #5969 from developius/fix-default-mode-warning
Przemysław Dolata [Thu, 2 Nov 2017 11:34:54 +0000 (12:34 +0100)]
Merge pull request #5969 from developius/fix-default-mode-warning

Fix default mode warning in io.resize_image

6 years agoMerge pull request #5866 from cijianzy/update_link_to_google_style_guide
Przemysław Dolata [Thu, 2 Nov 2017 10:56:53 +0000 (11:56 +0100)]
Merge pull request #5866 from cijianzy/update_link_to_google_style_guide

Update link to google style guide.

6 years agoMerge pull request #5973 from Noiredd/pytest
Przemysław Dolata [Thu, 19 Oct 2017 07:53:59 +0000 (09:53 +0200)]
Merge pull request #5973 from Noiredd/pytest

Add absolute tolerance to test_net.py to prevent random Travis fails

6 years agoinfogain loss: fix bottom blobs description
Mikhail Antonenka [Tue, 17 Oct 2017 15:18:32 +0000 (18:18 +0300)]
infogain loss: fix bottom blobs description

6 years agoMerge pull request #5925 from BVLC/williford-install-ubuntu-16.04-patch-1
Evan Shelhamer [Wed, 11 Oct 2017 17:02:53 +0000 (10:02 -0700)]
Merge pull request #5925 from BVLC/williford-install-ubuntu-16.04-patch-1

[docs] packages needed by Ubuntu 16.04, not just Ubuntu 14.04

6 years agoAdd absolute tolerance to test_net.py to prevent random Travis fails
Noiredd [Wed, 11 Oct 2017 09:04:18 +0000 (11:04 +0200)]
Add absolute tolerance to test_net.py to prevent random Travis fails

6 years agoadd supports for cuDNN v7
Icyblade Dai [Wed, 11 Oct 2017 07:29:21 +0000 (15:29 +0800)]
add supports for cuDNN v7

6 years agoupgrading Accuracy layer: (1) efficient CPU implementation O(L) for top_k, no need...
Shai [Thu, 10 Aug 2017 07:07:19 +0000 (10:07 +0300)]
upgrading Accuracy layer: (1) efficient CPU implementation O(L) for top_k, no need for fancy priority_queue etc. (2) GPU implementation

6 years agoFix default mode warning in io.resize_image
Finnian Anderson [Tue, 10 Oct 2017 11:15:13 +0000 (12:15 +0100)]
Fix default mode warning in io.resize_image

Signed-off-by: Finnian Anderson <get@finnian.io>
6 years ago[docs] fix link to `AbsVal` layer
Evan Shelhamer [Tue, 3 Oct 2017 21:20:13 +0000 (14:20 -0700)]
[docs] fix link to `AbsVal` layer

6 years agoMerge pull request #5713 from Noiredd/filler
Evan Shelhamer [Tue, 3 Oct 2017 02:05:50 +0000 (03:05 +0100)]
Merge pull request #5713 from Noiredd/filler

fix bilinear filler (and make constant filler more strict, as it should be)

6 years agoFixed bilinear filler, added tests
Noiredd [Mon, 2 Oct 2017 12:39:31 +0000 (14:39 +0200)]
Fixed bilinear filler, added tests

6 years agoMerge pull request #5904 from longjon/gpu-ptr
Evan Shelhamer [Tue, 19 Sep 2017 11:32:56 +0000 (12:32 +0100)]
Merge pull request #5904 from longjon/gpu-ptr

Expose GPU pointers to Python

6 years agoPackages needed by Ubuntu 16.04 also
Jonathan R. Williford [Fri, 15 Sep 2017 09:38:16 +0000 (11:38 +0200)]
Packages needed by Ubuntu 16.04 also

This line is needed for Ubuntu 16.04:

    sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev

For reference:

* https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide
* https://youtu.be/DnIs4DRjNL4

6 years agoFix format
Bo Wang [Thu, 14 Sep 2017 22:03:21 +0000 (15:03 -0700)]
Fix format

7 years agoImplement CuDNN-based deconvolution layer and test
Bo Wang [Sun, 10 Sep 2017 04:57:20 +0000 (21:57 -0700)]
Implement CuDNN-based deconvolution layer and test

7 years agoExpose GPU pointers to Python
Takuya Narihira [Wed, 11 Mar 2015 23:23:39 +0000 (16:23 -0700)]
Expose GPU pointers to Python

The pointers could be used by CUDA wrapper libraries in Python such as
PyCUDA, gnumpy, Theano etc.

7 years agoMerge pull request #5900 from wasnot/fix/py3-division-compat
Jon Long [Wed, 6 Sep 2017 23:09:16 +0000 (16:09 -0700)]
Merge pull request #5900 from wasnot/fix/py3-division-compat

Fix division operator for Compatibility of python 3 in classifier.py

7 years agomodified division operator for compatibility of python 3
wasnot [Wed, 6 Sep 2017 03:32:39 +0000 (12:32 +0900)]
modified division operator for compatibility of python 3

7 years agoUpdate link to google style guide.
此间 [Mon, 21 Aug 2017 23:36:09 +0000 (07:36 +0800)]
Update link to google style guide.

7 years agoFix caffe rpath
Josh Bialkowski [Mon, 21 Aug 2017 15:31:25 +0000 (08:31 -0700)]
Fix caffe rpath

The logic for setting the library RPATH checks whether or not
${CMAKE_INSTALL_PREFIX}/lib is a system directory, and if not
adds it to the library RPATH. However, caffe does not install
to ${CMAKE_INSTALL_PREFIX}/lib, it installs to
${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} (from
GNUInstallDirs). CMAKE_INSTALL_LIBDIR may be something like
"lib/x86_64-linux-gnu"

7 years agoUpdate README.md
Cyprien Noel [Thu, 17 Aug 2017 01:24:32 +0000 (18:24 -0700)]
Update README.md

Mention SKX support

7 years agoMerge pull request #5824 from ek9852/master
Evan Shelhamer [Sun, 6 Aug 2017 11:11:29 +0000 (12:11 +0100)]
Merge pull request #5824 from ek9852/master

[cmake] fix hardcode xcode path

7 years agoFix hardcode xcode path
Keith Mok [Fri, 4 Aug 2017 20:55:34 +0000 (13:55 -0700)]
Fix hardcode xcode path

User may not install xcoder into default directory
especially if there are two different versions of xcoder installed.

7 years agoMerge pull request #5753 from CDLuminate/docs-update-deb-ub
Evan Shelhamer [Thu, 3 Aug 2017 21:43:48 +0000 (22:43 +0100)]
Merge pull request #5753 from CDLuminate/docs-update-deb-ub

[docs] update apt installation guide for Debian and Ubuntu

7 years agoMerge pull request #5760 from Lydorn/patch-1
Evan Shelhamer [Thu, 3 Aug 2017 21:42:10 +0000 (22:42 +0100)]
Merge pull request #5760 from Lydorn/patch-1

[docs] fix spelling for LRN

7 years agoMerge pull request #5770 from skylarjhdownes/master
Evan Shelhamer [Thu, 3 Aug 2017 21:40:43 +0000 (22:40 +0100)]
Merge pull request #5770 from skylarjhdownes/master

API updates in Logistic Regression example

7 years ago[DOC][FIX] fix web demo install instruction link
Jean-Louis Queguiner [Tue, 1 Aug 2017 09:16:29 +0000 (11:16 +0200)]
[DOC][FIX] fix web demo install instruction link

7 years agoupdate deprecated pandas call
downes [Wed, 12 Jul 2017 21:52:53 +0000 (14:52 -0700)]
update deprecated pandas call

pd.scatter_matrix -> pd.plotting.scatter_matrix

7 years agoupdate sklearn calls to use latest API
downes [Wed, 12 Jul 2017 21:50:40 +0000 (14:50 -0700)]
update sklearn calls to use latest API

Version 0.18 moved cross-validation to sklearn.model_selection - see http://scikit-learn.org/stable/whats_new.html#version-0-18
Version 0.17 deprecated class_weight="auto" in favor of class_weight="balanced"

7 years agoUpdate lrn.md
Lydorn [Mon, 10 Jul 2017 13:43:47 +0000 (15:43 +0200)]
Update lrn.md

Fixed typo "locaitons " -> "location" in line 17

7 years agodocs: add Ubuntu package tracker link in Ubuntu guide
Zhou Mo [Sat, 8 Jul 2017 08:24:57 +0000 (08:24 +0000)]
docs: add Ubuntu package tracker link in Ubuntu guide

7 years agodocs: update apt installation guide for Debian and Ubuntu
Zhou Mo [Sat, 8 Jul 2017 08:22:07 +0000 (08:22 +0000)]
docs: update apt installation guide for Debian and Ubuntu

Caffe package is available for APT since Debian 9.0 and Ubuntu 17.04 .

7 years agoFixed bug where make distribute duplicates python files in distribute/python
Arne Suppe [Wed, 21 Jun 2017 04:19:30 +0000 (12:19 +0800)]
Fixed bug where make distribute duplicates python files in distribute/python

7 years agoUpdate README.md
Cyprien Noel [Tue, 20 Jun 2017 21:20:42 +0000 (14:20 -0700)]
Update README.md

7 years agoMerge pull request #5687 from BVLC/readme_list_branches
Cyprien Noel [Wed, 14 Jun 2017 01:34:58 +0000 (18:34 -0700)]
Merge pull request #5687 from BVLC/readme_list_branches

List branches in readme

7 years agoList branches in readme
Cyprien Noel [Tue, 13 Jun 2017 18:59:26 +0000 (11:59 -0700)]
List branches in readme

7 years agoMerge pull request #5624 from CDLuminate/cmake-rename-static-proto-library
Evan Shelhamer [Mon, 15 May 2017 03:33:46 +0000 (20:33 -0700)]
Merge pull request #5624 from CDLuminate/cmake-rename-static-proto-library

cmake: rename libproto.a -> libcaffeproto.a

7 years agoMerge pull request #5625 from CDLuminate/docs-update
Evan Shelhamer [Mon, 15 May 2017 03:33:25 +0000 (20:33 -0700)]
Merge pull request #5625 from CDLuminate/docs-update

docs/debian guide: update compiler combination table

7 years agodocs/debian guide: update compiler combination table
Zhou Mo [Mon, 15 May 2017 03:04:47 +0000 (03:04 +0000)]
docs/debian guide: update compiler combination table

7 years agocmake: rename libproto.a -> libcaffeproto.a
Zhou Mo [Mon, 15 May 2017 02:16:19 +0000 (02:16 +0000)]
cmake: rename libproto.a -> libcaffeproto.a

7 years agoMerge pull request #5617 from lukeyeager/boost-1.54
Evan Shelhamer [Fri, 12 May 2017 20:34:25 +0000 (13:34 -0700)]
Merge pull request #5617 from lukeyeager/boost-1.54

Downgrade boost requirement from 1.55 to 1.54

7 years agoDowngrade boost requirement from 1.55 to 1.54
Luke Yeager [Fri, 12 May 2017 17:06:51 +0000 (10:06 -0700)]
Downgrade boost requirement from 1.55 to 1.54

7 years agoUpdate euclidean_loss_layer.hpp
Dave Brown [Mon, 8 May 2017 01:25:27 +0000 (18:25 -0700)]
Update euclidean_loss_layer.hpp

7 years agoMerge pull request #5548 from erictzeng/crop
Evan Shelhamer [Thu, 4 May 2017 23:55:33 +0000 (16:55 -0700)]
Merge pull request #5548 from erictzeng/crop

Rewrite crop layer GPU implementation

7 years agoMerge pull request #5588 from ShaggO/matlab-fix-delete
Evan Shelhamer [Thu, 4 May 2017 23:01:27 +0000 (16:01 -0700)]
Merge pull request #5588 from ShaggO/matlab-fix-delete

Handling destruction of empty Net objects

7 years agoHandling destruction of empty Net objects
Malte Stær Nissen [Thu, 4 May 2017 12:33:40 +0000 (14:33 +0200)]
Handling destruction of empty Net objects

7 years agoFix crop layer lint errors
Eric Tzeng [Wed, 19 Apr 2017 01:48:26 +0000 (18:48 -0700)]
Fix crop layer lint errors

7 years agoRewrite crop cuda kernel
Eric Tzeng [Wed, 19 Apr 2017 01:22:38 +0000 (18:22 -0700)]
Rewrite crop cuda kernel

7 years agoShape mismatch CHECK logging improvements
Bruno Bowden [Mon, 17 Apr 2017 23:15:52 +0000 (16:15 -0700)]
Shape mismatch CHECK logging improvements

- More logs when shapes mismatch
- Manual reviewed all matches of “grep -r CHECK.*shape src”
- Follow JUnit convention of:
```
  CHECK(expected == actual)
      << “expected: “ << expected
      << “ vs. actual: ” << actual;
```

Layers:
- Recurrent
- BaseConvolutionLayer
- Slice (improves logging for incorrect parameter)

CHECK_EQ
- Would prefer to use CHECK_EQ(expected, actual):
https://github.com/google/glog/blob/master/src/glog/stl_logging.h.in#L36
- However this requires include of stl_logging.h which introduces a
build warning. I believe this would work if caffe was updated to the
latest version of glog but that's a bigger change.

7 years agoMerge pull request #5530 from willyd/nccl-py3 upstream/1.0
Cyprien Noel [Sat, 15 Apr 2017 16:17:48 +0000 (09:17 -0700)]
Merge pull request #5530 from willyd/nccl-py3

Explicit std::string to bp::object conversion

7 years agoMerge pull request #5539 from shelhamer/caffe-1.0
Evan Shelhamer [Sat, 15 Apr 2017 00:12:02 +0000 (17:12 -0700)]
Merge pull request #5539 from shelhamer/caffe-1.0

Caffe 1.0

7 years agoMerge pull request #5536 from cypof/docker_cudnn6
Evan Shelhamer [Sat, 15 Apr 2017 00:03:51 +0000 (17:03 -0700)]
Merge pull request #5536 from cypof/docker_cudnn6

Docker update to cuDNN 6

7 years agoMerge pull request #5537 from shelhamer/docs-grooming
Evan Shelhamer [Fri, 14 Apr 2017 23:55:42 +0000 (16:55 -0700)]
Merge pull request #5537 from shelhamer/docs-grooming

[docs] groom Caffe site

7 years agoMerge pull request #5531 from shelhamer/py-test-layer-top-names
Evan Shelhamer [Fri, 14 Apr 2017 22:57:18 +0000 (15:57 -0700)]
Merge pull request #5531 from shelhamer/py-test-layer-top-names

Test for python forward and backward with start and end layer

7 years agoMerge pull request #5529 from shelhamer/deprecate-window
Evan Shelhamer [Fri, 14 Apr 2017 22:56:09 +0000 (15:56 -0700)]
Merge pull request #5529 from shelhamer/deprecate-window

Deprecate WindowData layer type

7 years agoCaffe 1.0
Evan Shelhamer [Fri, 14 Apr 2017 22:32:50 +0000 (15:32 -0700)]
Caffe 1.0

7 years agolink to new full-day crash course
Evan Shelhamer [Fri, 14 Apr 2017 22:26:30 +0000 (15:26 -0700)]
link to new full-day crash course

7 years agotrack publications by google scholar and not the wiki
Evan Shelhamer [Fri, 14 Apr 2017 20:28:24 +0000 (13:28 -0700)]
track publications by google scholar and not the wiki

7 years agoretire caffe-dev and caffe-coldpress
Evan Shelhamer [Fri, 14 Apr 2017 20:24:30 +0000 (13:24 -0700)]
retire caffe-dev and caffe-coldpress

dev has diffused into the community from the original Caffe core

7 years agoadd missing names to BAIR roster
Evan Shelhamer [Fri, 14 Apr 2017 20:19:53 +0000 (13:19 -0700)]
add missing names to BAIR roster

7 years agomodel zoo: point out wiki link immediately, explain manual editing
Evan Shelhamer [Fri, 14 Apr 2017 19:50:19 +0000 (12:50 -0700)]
model zoo: point out wiki link immediately, explain manual editing

7 years agofavor notebook examples as more clear and popular
Evan Shelhamer [Fri, 14 Apr 2017 19:46:56 +0000 (12:46 -0700)]
favor notebook examples as more clear and popular

7 years agodrop performance + hardware page and switch to sheet
Evan Shelhamer [Fri, 14 Apr 2017 19:45:21 +0000 (12:45 -0700)]
drop performance + hardware page and switch to sheet

simpler to read and update

7 years agoBVLC -> BAIR
Evan Shelhamer [Fri, 14 Apr 2017 19:36:41 +0000 (12:36 -0700)]
BVLC -> BAIR

Berkeley AI Research (BAIR) is the the successor to
the Berkeley Vision and Learning Center (BVLC).

7 years agoDocker update to cuDNN 6
Cyprien Noel [Fri, 14 Apr 2017 19:30:50 +0000 (12:30 -0700)]
Docker update to cuDNN 6

7 years agofix lint errors that snuck in by #4566
Evan Shelhamer [Fri, 14 Apr 2017 17:17:52 +0000 (10:17 -0700)]
fix lint errors that snuck in by #4566

7 years agoMerge pull request #2612 from ih4cku/master
Evan Shelhamer [Fri, 14 Apr 2017 08:26:05 +0000 (01:26 -0700)]
Merge pull request #2612 from ih4cku/master

register a dummy reducer to prevent mincepie runtime error

7 years agoMerge pull request #3410 from ghost/patch-2
Evan Shelhamer [Fri, 14 Apr 2017 08:16:57 +0000 (01:16 -0700)]
Merge pull request #3410 from ghost/patch-2

sigmoid fix: calculate by tanh instead of exp (cpp)

7 years agoMerge pull request #3411 from ghost/patch-3
Evan Shelhamer [Fri, 14 Apr 2017 08:16:07 +0000 (01:16 -0700)]
Merge pull request #3411 from ghost/patch-3

sigmoid fix: calculate by tanh instead of exp (cpp)

7 years agoMerge pull request #3153 from jeffdonahue/netspec-type-check
Evan Shelhamer [Fri, 14 Apr 2017 08:02:50 +0000 (01:02 -0700)]
Merge pull request #3153 from jeffdonahue/netspec-type-check

NetSpec: type-check Function inputs (they must be Top instances)

7 years agoMerge pull request #3913 from antran89/master
Evan Shelhamer [Fri, 14 Apr 2017 07:33:58 +0000 (00:33 -0700)]
Merge pull request #3913 from antran89/master

minor fix to stochastic pooling and clean-up of mean computation

7 years agoMerge pull request #3855 from shaibagon/upgrade_infogain
Evan Shelhamer [Fri, 14 Apr 2017 07:32:07 +0000 (00:32 -0700)]
Merge pull request #3855 from shaibagon/upgrade_infogain

InfogainLoss layer can normalize, ignore, and more

7 years ago[docs] added apt command to install OpenBLAS (#4718)
jgyllinsky [Fri, 14 Apr 2017 07:11:59 +0000 (03:11 -0400)]
[docs] added apt command to install OpenBLAS (#4718)