Commit Graph

294 Commits (58f896c3f40602116f68f6bfc58c96228d0f48bd)
 

Author SHA1 Message Date
gangliao 98d9b34b2f Merge pull request #135 from reyoung/add_analystics
8 years ago
Yu Yang 34f1b88027 Add analystic scripts to documentation
8 years ago
liaogang 23e47bb600 Merge remote-tracking branch 'upstream/master'
8 years ago
liaogang a8df411192 Replace random_shuffle using shuffle.
8 years ago
Yu Yang d130d18146 Complete unittest for trainer_config_helpers. (#108)
8 years ago
Haonan 1c56e0dc9e fixed the name issue for conv_operator and added a test case (#131)
8 years ago
luotao1 942d2b6222 fix dead link in quick start (#123)
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
Haichao-Zhang 332194c881 add type compatible check for ParamAttr (#113)
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
hedaoyuan 341486d54d Merge pull request #107 from qingqing01/cudnn_conv
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
luotao1 8e957df4b2 fix bug in dotmul_operator's api and anotation (#99)
9 years ago
Haonan 98bc889cb5 split the input list of conv_operator into two inputs: image and filter (#104)
9 years ago
liaogang b8d26ff4d7 fix float except bugs
9 years ago
Haonan b130ba7328 fixed bugs in conv_operator; add calc_output_size (#101)
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
liaogang 2daa05c0b5 add build on MAC OSX docs
9 years ago
Yu Yang 2c5a6ac095 Optional fields to shrink generated proto size (#93)
9 years ago
LCY-Seso 04876d03aa Merge pull request #98 from luotao1/beam
9 years ago
liaogang 75cbf5ea96 add gitignore for VS CODE on MAC OS
9 years ago
Luo Tao d2e1b46f24 update beam_search and seqToseq config, and add ExpActivation api
9 years ago
emailweixu 425e5b0b07 Instructions for update pull request (#84)
9 years ago
Haichao-Zhang 159dd8331c split dotmul_projection and dotmul_operator (#87)
9 years ago
Yu Yang 90b9cba7fe Add min_pool_size, Add default value of should_shuffle (#70)
9 years ago
gangliao a1cba1d845 Merge pull request #92 from reyoung/find_zlib
9 years ago
liaogang 2d13462a2c Fix incompatible on CUDA atomicAdd operation
9 years ago
Yu Yang 494f5a836b Add findZLIB in cmake
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
Haonan e68c3ad5dd Merge pull request #86 from emailweixu/fix_signed_comparison
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
Haonan aeb2d848d0 Merge pull request #76 from emailweixu/fix_RecurrentGradientMachine
9 years ago
xuwei06 9d12ca95e3 Further fix the memory for Hierarchical RNN
9 years ago
xuwei06 05a97ab50e Further fix the memory for Hierarchical RNN
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)
9 years ago