Commit Graph

14026 Commits (bcf260e1e8b94de533775e65dd1d55393bbda16b)
 

Author SHA1 Message Date
Haonan 98bc889cb5 split the input list of conv_operator into two inputs: image and filter (#104)
10 years ago
liaogang b8d26ff4d7 fix float except bugs
10 years ago
Haonan b130ba7328 fixed bugs in conv_operator; add calc_output_size (#101)
10 years ago
liaogang aaed5cfccc revert real into float for swig API
10 years ago
liaogang 7ff8e76229 Shrink batch size on unit test for Mac OS X
10 years ago
liaogang 8b1c76af3c comment LOG(info) in createPythonClass
10 years ago
liaogang 536bf7d87f fix poolAllocator unordered_map bug on Mac OS X
10 years ago
liaogang 9795e01639 Merge remote-tracking branch 'upstream/master'
10 years ago
liaogang 2daa05c0b5 add build on MAC OSX docs
10 years ago
Yu Yang 2c5a6ac095 Optional fields to shrink generated proto size (#93)
10 years ago
LCY-Seso 04876d03aa Merge pull request #98 from luotao1/beam
10 years ago
liaogang 75cbf5ea96 add gitignore for VS CODE on MAC OS
10 years ago
Luo Tao d2e1b46f24 update beam_search and seqToseq config, and add ExpActivation api
10 years ago
emailweixu 425e5b0b07 Instructions for update pull request (#84)
10 years ago
Haichao-Zhang 159dd8331c split dotmul_projection and dotmul_operator (#87)
10 years ago
Yu Yang 90b9cba7fe Add min_pool_size, Add default value of should_shuffle (#70)
10 years ago
gangliao a1cba1d845 Merge pull request #92 from reyoung/find_zlib
10 years ago
liaogang 2d13462a2c Fix incompatible on CUDA atomicAdd operation
10 years ago
Yu Yang 494f5a836b Add findZLIB in cmake
10 years ago
liaogang 4e37b226f4 Revise member variable in private barrier class
10 years ago
liaogang 75beeaf743 Fix unit test stack trace bug on MAC OS
10 years ago
liaogang a6b58cf013 Merge remote-tracking branch 'upstream/master'
10 years ago
Haonan e68c3ad5dd Merge pull request #86 from emailweixu/fix_signed_comparison
10 years ago
liaogang 92ca98d5f5 Merge remote-tracking branch 'upstream/master'
10 years ago
xuwei06 48eb5ff01f Fix signed/unsigned comparison for gcc 4.9
10 years ago
Haonan aeb2d848d0 Merge pull request #76 from emailweixu/fix_RecurrentGradientMachine
10 years ago
xuwei06 9d12ca95e3 Further fix the memory for Hierarchical RNN
10 years ago
xuwei06 05a97ab50e Further fix the memory for Hierarchical RNN
10 years ago
Haonan a9d327bd87 add wrapper for out_prod_layer (#83)
10 years ago
qingqing01 df28da76c5 try to fix bug for CTCErrorEvaluator.cpp when batch_size > 1 (#82)
10 years ago
Yu Yang 703cce35a8 Enable docs update. (#78)
10 years ago
qingqing01 f8eedce640 Merge pull request #75 from baidu/Change-input-of-ctc_error_evaluator-in-the-test
10 years ago
emailweixu 363b60616c Update comment for ctc_error_evaluator
10 years ago
emailweixu f392452308 Update layers_test_config.py
10 years ago
emailweixu 7e79c911b4 Temporarily disable automatic doc deployment
10 years ago
Yu Yang df0c7cd9c0 Add documentation ci scripts (#66)
10 years ago
qingqing01 9f3cbed2f2 Add more details for CTC layer, fix CTC evalutor and add their interface test (#74)
10 years ago
liaogang 1f8c21978d replace fabsf() using std::abs
10 years ago
liaogang 8a379fce16 add sse instructions support for double on MAC OS
10 years ago
liaogang 0ba302f7d7 fix bug on paddle api when WITH_DOUBLE
10 years ago
emailweixu 93006787c4 Merge pull request #73 from reyoung/merge_icode
10 years ago
liaogang d8366a67fa fix bug on thread barrier
10 years ago
Yu Yang c7762da330 Merge branch 'master' into merge_icode
10 years ago
xuwei06 9a9de9240d Correctly handle memory in RecurrentGradientMachine for hirarchical RNN
10 years ago
zhangruiqing01 699d5f2638 modify RecurrentGradientMachine to support unequal length inputs
10 years ago
Haonan 0f91ea7ebb use HPPL_STREAM_DEFAULT for layer computation
10 years ago
Haonan 688eeefab3 fixed issues with synchronizing streams when copy from gpu to cpu
10 years ago
liuyuan04 42a1179135 Fix internal documents.
10 years ago
qingqing01 487dc6704c Merge pull request #72 from emailweixu/cos_sim_and_linear_comb
10 years ago
xuwei06 7481429f99 Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer
10 years ago