Commit Graph

128 Commits (3ca5df0f479db82a39ace4962ede193bc18d9152)

Author SHA1 Message Date
gangliao 2920b6bc0d Merge pull request #138 from gangliao/master
8 years ago
liaogang 8ddc5faac1 Update Mac OS X port
8 years ago
Yu Yang cbb904356c Remove main function in some unittest.
8 years ago
luotao1 1fc4352754 refine sparse momentum api and unittest (#126)
8 years ago
emailweixu 6decbdf4f5 Fix potential dead lock in PyDataProvider2 (#140)
8 years ago
luotao1 4615c5172c beam search api and unitest in hierarchical rnn (#122)
8 years ago
Yu Yang baaaa0b09d Add NOAVX Docker image scripts. (#129)
8 years ago
Yu Yang 4bc4a44ed9 Check if paddle is installed when unittest. (#134)
8 years ago
liaogang 0072ef50bf Fix compile check type failed in linux
8 years ago
liaogang 23e47bb600 Merge remote-tracking branch 'upstream/master'
8 years ago
liaogang a8df411192 Replace random_shuffle using shuffle.
8 years ago
emailweixu b15a4783cb Correctly handling multiple inputs and integer inputs for recurrent_g… (#114)
8 years ago
luotao1 ffc341675d Add parallel_nn api and unittest (#110)
8 years ago
liaogang 1d4bc47805 support gettid() on MAC OS X
9 years ago
liuyuan 2289c141c2 Refine comment for CRF related headers. (#117)
9 years ago
Zrachel 77ed98d1a8 fix bugs under kSgdSparseCpuTraining mode (#100)
9 years ago
liaogang 5bca34ed24 Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang 32b5557329 Add thread Barrier unit test
9 years ago
qingqing01 c1c07bbef6 Update CudnnConvLayer.cpp
9 years ago
dangqingqing 95da095d10 fix cudnn conv bug which occurs in image classfication demo in GTX GPU
9 years ago
Yu Yang 7eb29f264b Try to fix MultinomialSampler (#102)
9 years ago
liaogang b8d26ff4d7 fix float except bugs
9 years ago
liaogang aaed5cfccc revert real into float for swig API
9 years ago
liaogang 7ff8e76229 Shrink batch size on unit test for Mac OS X
9 years ago
liaogang 8b1c76af3c comment LOG(info) in createPythonClass
9 years ago
liaogang 536bf7d87f fix poolAllocator unordered_map bug on Mac OS X
9 years ago
liaogang 9795e01639 Merge remote-tracking branch 'upstream/master'
9 years ago
Yu Yang 2c5a6ac095 Optional fields to shrink generated proto size (#93)
9 years ago
Luo Tao d2e1b46f24 update beam_search and seqToseq config, and add ExpActivation api
9 years ago
Yu Yang 90b9cba7fe Add min_pool_size, Add default value of should_shuffle (#70)
9 years ago
liaogang 2d13462a2c Fix incompatible on CUDA atomicAdd operation
9 years ago
liaogang 4e37b226f4 Revise member variable in private barrier class
9 years ago
liaogang 75beeaf743 Fix unit test stack trace bug on MAC OS
9 years ago
liaogang a6b58cf013 Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang 92ca98d5f5 Merge remote-tracking branch 'upstream/master'
9 years ago
xuwei06 48eb5ff01f Fix signed/unsigned comparison for gcc 4.9
9 years ago
xuwei06 05a97ab50e Further fix the memory for Hierarchical RNN
9 years ago
qingqing01 df28da76c5 try to fix bug for CTCErrorEvaluator.cpp when batch_size > 1 (#82)
9 years ago
Yu Yang 703cce35a8 Enable docs update. (#78)
9 years ago
emailweixu 7e79c911b4 Temporarily disable automatic doc deployment
9 years ago
Yu Yang df0c7cd9c0 Add documentation ci scripts (#66)
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
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
9 years ago
zhangruiqing01 699d5f2638 modify RecurrentGradientMachine to support unequal length inputs
9 years ago
Haonan 0f91ea7ebb use HPPL_STREAM_DEFAULT for layer computation
9 years ago
Haonan 688eeefab3 fixed issues with synchronizing streams when copy from gpu to cpu
9 years ago