Commit Graph

170 Commits (e05f4ff26700dd34aa6d3c6da7061c62c5fa39c9)

Author SHA1 Message Date
Yu Yang e05f4ff267 Fix SRL hang when exit. (#291)
8 years ago
lzhao4ever 36bda94eb4 include mkl_lapacke.h (#359)
8 years ago
emailweixu 6c3a678c9a Add elementwise math operations (#343)
8 years ago
gangliao 3e2dc77cc7 Add code coverage and coveralls (#296)
8 years ago
gangliao 33004ecfb7 Fix glog check type unmatch in Util.cpp (#353)
8 years ago
gangliao 3424a4c0d8 Fix bug and redundant code in hl_dso_loader.cc (#306)
8 years ago
hedaoyuan 1de75c039f report error when use parallel_nn to train recurrent_nn model (#335)
8 years ago
lzhao4ever 5f2059db05 Add matrix inverse (#240)
8 years ago
emailweixu 9f9b4afcdb install the right python package version (#326)
8 years ago
Yu Yang 968464cc60 Fix a bug in testOnePeriod. (#322)
8 years ago
qingqing01 5acf136615 Bug fix in CudnnConvLayer, which will lead to destruction error. (#317)
8 years ago
Yu Yang ee028bb5ea Add How to build docs (#312)
8 years ago
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218)
8 years ago
gangliao 6467c38202 Add default cuda system path (#192)
8 years ago
backyes fa24cbdbe1 Support empty Param Block in ParameterSever (#244)
8 years ago
luotao1 ca5a5ec480 Make Paddle --save_dir support a directory name (#277)
8 years ago
backyes 0e1a22d0fc set test_period default value to 0 (#279)
8 years ago
emailweixu cbe734b396 Python trainer api (#193)
8 years ago
backyes 46bd5f53e3 add input sparse data check for sparse layer at runtime (#247)
8 years ago
gangliao 9c5c38fa2a FIx check type unmatch in MaxOutLayer (#242)
8 years ago
Z-TAO 07b2e5d54c Fix dataprovider converter for sparse data
8 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest (#229)
8 years ago
luotao1 e20ff3b3e9 fix build bug in gcc46 (#236)
8 years ago
luotao1 e1f57bfd66 add base class for seqlastin/max/average layer (#187)
8 years ago
luotao1 6bef8390b9 fix bug in some different python environment (#220)
8 years ago
Yu Yang 58f896c3f4 Speed up PyDP2, support numpy.float array (#207)
8 years ago
emailweixu 28bc05b126 Fix sparse training for trainer_count=1 (#204)
8 years ago
Yu Yang 2f82d72ede Fix bug in yield dictionary in DataProvider. (#197)
8 years ago
luotao1 4e43a59a18 remove unmerged internal documents (#205)
8 years ago
gangliao c13bdb15cd remove redundant HPPL_TYPE_DOUBLE (#200)
8 years ago
luotao1 91df606280 remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183)
8 years ago
luotao1 cebdb66768 hierarchical rnn document, add new config example (#106)
8 years ago
Yu Yang c2d418dbfd Merge internal changes (#198)
8 years ago
luotao1 43f7d7b768 add interface and unittest for nce layer (#180)
8 years ago
Yu Yang 3edc4202b0 Add travis for osx (#189)
8 years ago
Mark 9f244e4a39 Should not compile the two files if -DWITH_AVX=OFF. (#163)
8 years ago
gangliao 9e11ca8096 Use C++ 11 atomic_flag in MacOS as spin lock (#175)
8 years ago
qingqing01 191fafe355 support rectangle padding, stride, window and input for PoolProjection (#115)
8 years ago
gangliao 0ab332242f Support MAC OS Sierra (#169)
8 years ago
Zrachel 1c2ebe467b add interface and test of RecurrentGradientMachine (#156)
8 years ago
hedaoyuan b52039bd11 some bug fix for sparse matrix (#133)
8 years ago
Yu Yang 0276f15a45 add scripts to build ubuntu install package. (#132)
8 years ago
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