Commit Graph

17726 Commits (b3cd2ae88b6f6ff735dc9e8db0a9906e9a1dab36)
 

Author SHA1 Message Date
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. () 9 years ago
qijun cdac60f616 add SpatialPyramidPoolLayer c++ support 9 years ago
backyes 12945b2c90 Add glog header path to include () 9 years ago
gangliao 6467c38202 Add default cuda system path () 9 years ago
zhouxiao-coder 212d339102 Adding an introduction doc for Paddle to implement simplest linear regression. 9 years ago
liaogang 460320a41c fix type unmatch on gcc 9 years ago
liaogang fd4eeaf59c Merge conflict with maxout layer 9 years ago
liaogang ddfff3a7fd Add bilinear interpolation layer 9 years ago
backyes fa24cbdbe1 Support empty Param Block in ParameterSever () 9 years ago
luotao1 fc9ca53ae4 fix interface bug of block_expand_layer and add unittest () 9 years ago
luotao1 ca5a5ec480 Make Paddle --save_dir support a directory name () 9 years ago
backyes 0e1a22d0fc set test_period default value to 0 () 9 years ago
Yu Yang 45dca19a8d Change contribute to paddle to fit new branching model () 9 years ago
emailweixu cbe734b396 Python trainer api () 9 years ago
backyes 46bd5f53e3 add input sparse data check for sparse layer at runtime () 9 years ago
emailweixu d1d52bb7d4 Update contribute_to_paddle.md () 9 years ago
emailweixu d6944dec16 Sequence tagging demo () 9 years ago
gangliao 9c5c38fa2a FIx check type unmatch in MaxOutLayer () 9 years ago
Z-TAO 07b2e5d54c Fix dataprovider converter for sparse data 9 years ago
luotao1 652b83478f remove deprecated start input in img_pool_layer () 9 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest () 9 years ago
wenboyang e83950b0d2 error in doc of quick_start () 9 years ago
luotao1 e20ff3b3e9 fix build bug in gcc46 () 9 years ago
luotao1 ac383dd021 add missing layer_attr () 9 years ago
alvations e387cdba77 Added Bidi-LSTM and DB-LSTM to quick_start demo () 9 years ago
luotao1 e1f57bfd66 add base class for seqlastin/max/average layer () 9 years ago
Yu Yang 76fb74dc2e Fix install_docker.rst and data_sources file open mode 9 years ago
luotao1 6bef8390b9 fix bug in some different python environment () 9 years ago
dangqingqing a8342d073d Add benchmark config and document 9 years ago
Yu Yang 58f896c3f4 Speed up PyDP2, support numpy.float array () 9 years ago
Zrachel 45280a07da Supplement doc for RNN () 9 years ago
emailweixu 28bc05b126 Fix sparse training for trainer_count=1 () 9 years ago
emailweixu b22e50ede3 Update docker_instll.rst docker image name () 9 years ago
Yu Yang 2f82d72ede Fix bug in yield dictionary in DataProvider. () 9 years ago
Yu Yang e4952ca6ce Add FAQ () 9 years ago
luotao1 4e43a59a18 remove unmerged internal documents () 9 years ago
Zrachel 6d21ecef54 add cost_type constraint to weighted_cost interface () 9 years ago
gangliao c13bdb15cd remove redundant HPPL_TYPE_DOUBLE () 9 years ago
luotao1 91df606280 remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config () 9 years ago
luotao1 cebdb66768 hierarchical rnn document, add new config example () 9 years ago
Yu Yang c2d418dbfd Merge internal changes () 9 years ago
luotao1 43f7d7b768 add interface and unittest for nce layer () 9 years ago
wangyang59 e26f220df8 Mnist demo () 9 years ago
backyes 6f0d634e02 set MKL search path with intel64 () 9 years ago
Yu Yang 3edc4202b0 Add travis for osx () 9 years ago
Mark 9f244e4a39 Should not compile the two files if -DWITH_AVX=OFF. () 9 years ago
luotao1 199a6a4b5c add weight for cost layer interface () 9 years ago
QiJune 86bb5ef169 Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro 9 years ago
gangliao 9e11ca8096 Use C++ 11 atomic_flag in MacOS as spin lock () 9 years ago
qingqing01 191fafe355 support rectangle padding, stride, window and input for PoolProjection () 9 years ago