platform/upstream/caffe.git
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 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.

6 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

6 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

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

6 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 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 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)

7 years agoMerge pull request #5514 from cypof/fix_parse_log
Evan Shelhamer [Fri, 14 Apr 2017 06:44:23 +0000 (23:44 -0700)]
Merge pull request #5514 from cypof/fix_parse_log

Fix log parsing

7 years agoMerge pull request #4566 from CDLuminate/fix-more-float-comparison-issue
Evan Shelhamer [Fri, 14 Apr 2017 06:40:13 +0000 (23:40 -0700)]
Merge pull request #4566 from CDLuminate/fix-more-float-comparison-issue

Fix more float comparison precision issue

7 years agoTest for python forward and backward with start and end layer.
Carl Doersch [Tue, 25 Aug 2015 18:26:14 +0000 (11:26 -0700)]
Test for python forward and backward with start and end layer.

7 years agoMerge pull request #3825 from jasjuang/master
Evan Shelhamer [Fri, 14 Apr 2017 05:26:09 +0000 (22:26 -0700)]
Merge pull request #3825 from jasjuang/master

[cmake] uninstall target for removing Caffe

7 years agoMerge pull request #5519 from Noiredd/master
Evan Shelhamer [Fri, 14 Apr 2017 04:44:49 +0000 (21:44 -0700)]
Merge pull request #5519 from Noiredd/master

[pycaffe] allow different layer/top names; fix #5518

7 years agoExplicit std::string to bp::object conversion
Guillaume Dumont [Fri, 14 Apr 2017 02:37:13 +0000 (22:37 -0400)]
Explicit std::string to bp::object conversion

7 years agoMerge pull request #4237 from CDLuminate/cmake-using-gnuinstalldirs
Evan Shelhamer [Fri, 14 Apr 2017 02:28:58 +0000 (19:28 -0700)]
Merge pull request #4237 from CDLuminate/cmake-using-gnuinstalldirs

Cmake using gnuinstalldirs

7 years agoMerge pull request #4576 from CDLuminate/add-bash-completion
Evan Shelhamer [Fri, 14 Apr 2017 02:28:30 +0000 (19:28 -0700)]
Merge pull request #4576 from CDLuminate/add-bash-completion

Import bash completion script for caffe from Debian Package.

7 years ago[examples] switch cifar-10 back to proto instead of h5 serialization
Evan Shelhamer [Fri, 14 Apr 2017 02:14:57 +0000 (19:14 -0700)]
[examples] switch cifar-10 back to proto instead of h5 serialization

(it's more common)

7 years agoMerge pull request #5526 from willyd/boost-1_55
Evan Shelhamer [Fri, 14 Apr 2017 01:23:21 +0000 (18:23 -0700)]
Merge pull request #5526 from willyd/boost-1_55

Bump boost version to 1.55 in CMake build

7 years agoUpdated Travis boost dependencies
Guillaume Dumont [Fri, 14 Apr 2017 00:32:40 +0000 (20:32 -0400)]
Updated Travis boost dependencies

7 years agoMerge pull request #5527 from willyd/nccl-py3
Cyprien Noel [Thu, 13 Apr 2017 22:47:07 +0000 (18:47 -0400)]
Merge pull request #5527 from willyd/nccl-py3

Added support for python 3 and NCCL

7 years agodeprecate WindowData layer type
Evan Shelhamer [Thu, 13 Apr 2017 21:22:30 +0000 (14:22 -0700)]
deprecate WindowData layer type

7 years agoMerge pull request #5521 from kkhoot/fix_lstm_unit_check
Jeff Donahue [Thu, 13 Apr 2017 21:19:04 +0000 (14:19 -0700)]
Merge pull request #5521 from kkhoot/fix_lstm_unit_check

remove redundant check in LSTMUnitLayer

7 years agofix: add non-MKL sqrt (should have been included in ab33988)
Jeff Donahue [Thu, 13 Apr 2017 21:15:16 +0000 (14:15 -0700)]
fix: add non-MKL sqrt (should have been included in ab33988)

7 years agoMerge pull request #4182 from ajschumacher/handle_dtypes
Evan Shelhamer [Thu, 13 Apr 2017 20:55:58 +0000 (13:55 -0700)]
Merge pull request #4182 from ajschumacher/handle_dtypes

convert non-uint8 dtypes to float; refs #2391

7 years agoMerge pull request #5136 from pfollmann/fix_batchnorm_layer
Jeff Donahue [Thu, 13 Apr 2017 20:32:28 +0000 (13:32 -0700)]
Merge pull request #5136 from pfollmann/fix_batchnorm_layer

7 years agoCPU BatchNormLayer: replace powx with sqr and sqrt
Jeff Donahue [Thu, 13 Apr 2017 20:26:16 +0000 (13:26 -0700)]
CPU BatchNormLayer: replace powx with sqr and sqrt

7 years agoAdd CPU sqrt functions
Jeff Donahue [Thu, 13 Apr 2017 20:25:16 +0000 (13:25 -0700)]
Add CPU sqrt functions

7 years agoGPU BatchNormLayer: replace powx with mul and sqrt
Patrick Follmann [Thu, 29 Dec 2016 13:46:16 +0000 (14:46 +0100)]
GPU BatchNormLayer: replace powx with mul and sqrt

7 years agoAdd GPU sqrt functions
Patrick Follmann [Thu, 29 Dec 2016 13:37:21 +0000 (14:37 +0100)]
Add GPU sqrt functions

7 years agoAdded support for python 3 and NCCL
Guillaume Dumont [Sun, 12 Mar 2017 01:12:40 +0000 (20:12 -0500)]
Added support for python 3 and NCCL

7 years agoBump boost version to 1.55 in CMake build
Guillaume Dumont [Thu, 13 Apr 2017 17:15:24 +0000 (13:15 -0400)]
Bump boost version to 1.55 in CMake build

7 years agoMerge pull request #5337 from zhuyuanhao/master
Evan Shelhamer [Thu, 13 Apr 2017 06:50:20 +0000 (23:50 -0700)]
Merge pull request #5337 from zhuyuanhao/master

Remove not used variable in base_conv_layer.cpp

7 years agoMerge pull request #5437 from BlGene/test-path-fix
Evan Shelhamer [Thu, 13 Apr 2017 06:47:05 +0000 (23:47 -0700)]
Merge pull request #5437 from BlGene/test-path-fix

[build] testdir path fix

7 years agoremove redundant check in LSTMUnitLayer
Kang Kim [Thu, 13 Apr 2017 06:23:26 +0000 (15:23 +0900)]
remove redundant check in LSTMUnitLayer