xuwei06
9d12ca95e3
Further fix the memory for Hierarchical RNN
...
Sequences should be sorted according to the number of subsequences they have.
9 years ago
xuwei06
05a97ab50e
Further fix the memory for Hierarchical RNN
...
Sequences should be sorted according to the number of subsequences they have.
9 years ago
Haonan
a9d327bd87
add wrapper for out_prod_layer ( #83 )
9 years ago
qingqing01
df28da76c5
try to fix bug for CTCErrorEvaluator.cpp when batch_size > 1 ( #82 )
...
* try to fix bug for ctc_error_evaluator
9 years ago
Yu Yang
703cce35a8
Enable docs update. ( #78 )
...
Just forget to add deploy_key to this repository.
9 years ago
qingqing01
f8eedce640
Merge pull request #75 from baidu/Change-input-of-ctc_error_evaluator-in-the-test
...
Change input of ctc error evaluator in the test
9 years ago
emailweixu
363b60616c
Update comment for ctc_error_evaluator
9 years ago
emailweixu
f392452308
Update layers_test_config.py
9 years ago
emailweixu
7e79c911b4
Temporarily disable automatic doc deployment
...
to restore successful build status. travis DOCS job on master failed due to permisstion issue: https://travis-ci.org/baidu/Paddle/jobs/159851334 @reyoung, please resolve the permission issue.
9 years ago
Yu Yang
df0c7cd9c0
Add documentation ci scripts ( #66 )
...
* Add documentation build to ci test
* Push master branch doc changes to gh-pages branch
9 years ago
qingqing01
9f3cbed2f2
Add more details for CTC layer, fix CTC evalutor and add their interface test ( #74 )
...
* Add some comments for CTC layer and fix CTC evalutors, also add interface test
9 years ago
liaogang
1f8c21978d
replace fabsf() using std::abs
9 years ago
liaogang
8a379fce16
add sse instructions support for double on MAC OS
9 years ago
liaogang
0ba302f7d7
fix bug on paddle api when WITH_DOUBLE
9 years ago
emailweixu
93006787c4
Merge pull request #73 from reyoung/merge_icode
...
Merge Baidu Internal Changes.
9 years ago
liaogang
d8366a67fa
fix bug on thread barrier
9 years ago
Yu Yang
c7762da330
Merge branch 'master' into merge_icode
9 years ago
xuwei06
9a9de9240d
Correctly handle memory in RecurrentGradientMachine for hirarchical RNN
...
Change-Id: I8e0a8ea6fc2760652d9c76440a539c90860062d3
9 years ago
zhangruiqing01
699d5f2638
modify RecurrentGradientMachine to support unequal length inputs
...
* modify RecurrentGradientMachine to support hasSubSeq sequence inlinks with the same number of sentence but different number of tokens for each sentence
Change-Id: Ic71f00a4bb346b4fa93e650dfb4b1a0d8d2338b0
9 years ago
Haonan
0f91ea7ebb
use HPPL_STREAM_DEFAULT for layer computation
...
Change-Id: Id66da7b7f5bf9ec80cc19b347e4fb822a5a6f197
9 years ago
Haonan
688eeefab3
fixed issues with synchronizing streams when copy from gpu to cpu
...
* by default, synchronize default_stream after resizeAndCopyFrom
* add sync in some places after resizeAndCopyFrom using other streams
9 years ago
liuyuan04
42a1179135
Fix internal documents.
9 years ago
qingqing01
487dc6704c
Merge pull request #72 from emailweixu/cos_sim_and_linear_comb
...
Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer
9 years ago
xuwei06
7481429f99
Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer
...
Also add an unittest for layers.py, currently for a few things. More need to be added later.
9 years ago
liaogang
b2d65384e9
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# paddle/math/tests/test_perturbation.cpp
9 years ago
liaogang
1df0c7b149
avoid link failed on unit test for mac os
9 years ago
emailweixu
a2dfb1040b
Merge pull request #2 from baidu/master
...
Update from the original
9 years ago
qingqing01
7dbc092c87
fix cudnn version number for batch norm. ( #71 )
...
* fix CUDNN_VERSION for backward of CudnnBatchNormLayer
* fix cudnn version number for BatchNorm
9 years ago
emailweixu
d6cc5203ba
Fix LayerOutput.parents for some layers and mixed_layer for Operator ( #69 )
9 years ago
gangliao
7dec631deb
Merge pull request #2 from reyoung/mac_port
...
Mac port
9 years ago
emailweixu
5c6ecb27cb
Merge pull request #1 from baidu/master
...
Update from the original
9 years ago
Yu Yang
55a1a7588b
Disable a unittest will use large memory by grep
9 years ago
Yu Yang
a238b11f83
Fix linux compile
9 years ago
Yu Yang
d9870c354f
Merge branch 'master' into mac_port
9 years ago
Yu Yang
db13fddcc4
Clean locks.h, Add arch Locks.cpp
9 years ago
emailweixu
3fc99a23de
Merge pull request #52 from reyoung/custom_stack_trace_refines
...
Custom stack trace refines
9 years ago
gangliao
4315a38de5
Merge pull request #1 from reyoung/mac_port
...
revise CMake for MAC OS
9 years ago
Yu Yang
738b6894bc
Make whole-archive to less library
...
* Also make use cmake find to zlib.
* circle link in osx, use reverse link all libs instead. But
maybe osx just don't care circle link.
9 years ago
Yu Yang
0ad0e4ac48
Add Wall Werror
9 years ago
liaogang
eb5cf64b5e
reduce data_layer size of unit test to avoid cuda out of memory on MAC OS
9 years ago
liaogang
d3eef0c9af
reduce data_layer size of unit test to avoid cuda out of memory on MAC OS
9 years ago
liaogang
9a9e059717
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
8d0214193e
fix unit test bug when only one gpu
9 years ago
liaogang
c7ece60e2d
add gettid syscall for MAC OS
9 years ago
Yu Yang
50c3dbf6c5
Merge branch 'master' into custom_stack_trace_refines
9 years ago
qingqing01
dcd87fd689
fix CUDNN_VERSION for backward of CudnnBatchNormLayer ( #61 )
9 years ago
Yu Yang
0964b7ffc6
Merge branch 'master' into custom_stack_trace_refines
9 years ago
liaogang
70cceb0cdd
fix compile paddle swig bug on MAC OS
9 years ago
liaogang
ec2a3eb3c9
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
b664ca0321
auto-tuning SND/REV buff size on MAC OS
9 years ago