Commit Graph

7134 Commits (c55bff79697a9f05a903f65a09ac443b6b98aea0)

Author SHA1 Message Date
Yu Yang 72be7a6151 Complete RecordIO reader op
7 years ago
fengjiayi b1f647fd6d fix errors
7 years ago
zhouhanqing 732eebb286 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Paddle-ReduceProd
7 years ago
zhouhanqing 15306ffdc3 add product reduction for reduce_op
7 years ago
fengjiayi e8d21b6349 fix an error
7 years ago
fengjiayi 4fb7b96756 Add basic double buffer reader
7 years ago
Luo Tao 49f3f1db07 add back framework_proto depends
7 years ago
Luo Tao 3ddc997182 rename concat_functor to concat, refine CMakeLists based on comments
7 years ago
Luo Tao 1ef97fa7b1 Merge branch 'develop' into math_function
7 years ago
Yu Yang bcb80756af Add Writer/Scanner
7 years ago
chengduo 84aea8a8a1
Merge pull request #8669 from chengduoZH/feature/concat_op
7 years ago
pzelazko-intel 8c71adaa8c MKLDNN conv2d kernel added (#8451)
7 years ago
Yan Chunwei 049383c615
add inplace to reshape (#8747)
7 years ago
fengjiayi 77200a7057 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_double_buffer_for_cpp_reader
7 years ago
fengjiayi af64f39bfd fix compile errors
7 years ago
Yu Yang 42e65a20c6
Merge pull request #8791 from reyoung/feature/extract_reader_ops
7 years ago
Yu Yang 10343123e3 Merge branch 'feature/extract_reader_ops' into feature/recordio_file_reader
7 years ago
Yu Yang f1d61e675c Add magic number in recordio
7 years ago
chengduoZH 8b30fadac3 refine elementwise sub,div,min,max
7 years ago
Yu Yang 4690b9c987 FIX CI
7 years ago
chengduo c43995ed36
Merge pull request #8810 from chengduoZH/feature/refine_elementwise_mul
7 years ago
kexinzhao 266ccaa843
Integrate float16 into data_type_transform (#8619)
7 years ago
Abhinav Arora 78c884d7a7
Redesign channel implementation for Select Op (#8814)
7 years ago
chengduoZH a1331f9877 refine elementwise_mul_op
7 years ago
fengjiayi 3fcd16ede3 init double buffer
7 years ago
qingqing01 0e1f82fd2a
Fix bug in detection mAP evaluator. (#8778)
7 years ago
Yu Yang 4d8345e3ac Extract create_reader_op to three files
7 years ago
Yu Yang 82b149cd29
Merge pull request #8780 from reyoung/feature/recordio
7 years ago
whs f608bb2756
Merge pull request #8651 from wanghaoshuang/fix_pool
7 years ago
Xin Pan f10152df78 Fix nullptr when doing nested profileing
7 years ago
Xin Pan cf6244c1b8 Improve profiler
7 years ago
Tao Luo ea4e6c7af7
Merge pull request #8772 from luotao1/v2_doc
7 years ago
Yu Yang 9dc69582de Make recordio simple
7 years ago
Luo Tao 3cba54ae1e remove unused document deployment function in build_doc.sh
7 years ago
Xin Pan c7b7291b9f
Merge pull request #8758 from panyx0718/nccl
7 years ago
Xin Pan a4d68ed3d8 Add lock
7 years ago
kexinzhao 6720681cc2 Enable is_test attr of batch norm and drop out op for test program (#8642)
7 years ago
Tao Luo d398b96823
Merge pull request #8761 from luotao1/v2_doc
7 years ago
qingqing01 608feea204
Implement detection mAP evaluator wrapper and unify label format between SSD loss and mAP evaluator (#8736)
7 years ago
chengduoZH c3864eab99 if axis == 0; directly copy D->D
7 years ago
Luo Tao bcf5b62970 refine CMakeLists.txt and build_doc.sh
7 years ago
dongzhihong fe18341585 "seperate internal library and exported library"
7 years ago
dongzhihong 7364348d04 "move from recordio repo to paddle"
7 years ago
chengduoZH 131ec276ed fix bug for big number; float->double and code refine
7 years ago
Xin Pan d054cfeae6 Avoid init_nccl for every steps.
7 years ago
dongzhihong 7016979cd5 "add crc32 encoder"
7 years ago
dongzhihong 69c7991108 "add snappy library"
7 years ago
chengduoZH 82bd82c186 follow comments and refine code
7 years ago
Tao Luo b02e12e8e4
Merge pull request #8740 from luotao1/warning
7 years ago
Luo Tao ac149bc948 fix warning: statement is unreachable
7 years ago
qingqing01 457d012a8e
Enable device automatically switching in mine_hard_examples_op. (#8706)
7 years ago
dongzhihong 6540cda109 Merge remote-tracking branch 'origin/develop' into feature/recordio
7 years ago
dongzhihong af5dcda481 "add testing"
7 years ago
chengduoZH 00e596edbe get max threads of GPU
7 years ago
Luo Tao 8c691c8de0 fix only shared variables could be declared as static in the device code
7 years ago
Tao Luo d43469b74e
Merge pull request #8704 from typhoonzero/fix_distribute_build_error
7 years ago
typhoonzero f94a758c16 fix fluid distribute build
7 years ago
Yiqun Liu 4a5dd62b22
Try to add build_android task back to travis. (#8699)
7 years ago
Luo Tao f67275a920 refine operator/math/CMakeLists.txt, seperate im2col from math_function
7 years ago
Xin Pan 92974d4186
Merge pull request #8679 from panyx0718/test2
7 years ago
Xin Pan f3cbfc021c Add MEMCPY information
7 years ago
chengduoZH 60e7ee0611 refine concat_op
7 years ago
qingqing01 9e1ec8c919
Enable device switching automatically for serveral operators (#8684)
7 years ago
Xin Pan 55b2d3d032 Add CPU time to the timeline.
7 years ago
Xin Pan 6720198731
Merge pull request #8663 from panyx0718/test2
7 years ago
Abhinav Arora 01536e8dc5
Adding more unit tests for ChannelHolder class (#8668)
7 years ago
chengduo 12a3cea087 Add tuple type (#8519)
7 years ago
Xin Pan 12843a3a53 Firt timeline version
7 years ago
Yu Yang db77006923
Merge pull request #8657 from reyoung/feature/fix_compile
7 years ago
emailweixu eac2c3cf36
Merge pull request #8505 from emailweixu/math_op
7 years ago
Abhinav Arora 0d878e4c09
Add Go_op, Channel_create, channel_close, channel_send and channel_receive ops (#8593)
7 years ago
Yancey 718642e93f
Merge pull request #8659 from Yancey1989/fix_dist_bug
7 years ago
chengduo e9f2033175
Merge pull request #8539 from chengduoZH/feature/refine_elementwise_op_function.h
7 years ago
Yancey1989 7bd16fe13b registry var type infer
7 years ago
Yuan Gao e84615bae6 Fix box coder op (#8647)
7 years ago
wanghaoshuang 0ffec514cd Fix comments
7 years ago
Yu Yang 22b5c07a7d Fix the compilation on CUDA 9.1/GCC 5.3
7 years ago
Yibing Liu ace512a3ed
Merge pull request #8596 from kuke/profiler_multi_gpu
7 years ago
wanghaoshuang 1e510d9914 Add ceil_mode option for pool2d and pool3d
7 years ago
Yibing Liu c0876cf686 update due to upstream's change
7 years ago
dzhwinter 313454dfae "init"
7 years ago
chengduoZH 90dc33b5ff Add todo for reduceSum
7 years ago
Yiqun Liu f0548679b3
Get rid of the dependency of Go compiler when WITH_GOLANG is OFF. (#8610)
7 years ago
chengduo cf883d9caf
Merge pull request #8613 from chengduoZH/feature/fix_bug_conv_op
7 years ago
qingqing01 f449180b1c
Register more data type for reshape operator. (#8617)
7 years ago
chengduoZH a779b42450 follow comments
7 years ago
xuwei06 e9b8ebf42c Correctly handling variable with batch dimension for math ops.
7 years ago
xuwei06 7d56c6d078 Adding Dim<0>
7 years ago
chengduoZH b5c920920c fix conv_op bug
7 years ago
Luo Tao 6dd3a61b2f combine batch_size_like.cc into batch_size_like.h
7 years ago
Xin Pan decaad5ccc
Merge pull request #8542 from panyx0718/test
7 years ago
Tao Luo 1ac31d3d08
Merge pull request #8591 from chengduoZH/feature/refine_cmake_for_cudnn
7 years ago
chengduoZH 62fe2f28a1 follow comments
7 years ago
qingqing01 4948f7b3fe
Enhance bipartite_match_op to support argmax matching after bipartite matching. (#8580)
7 years ago
Yibing Liu ee88855ddf Fix the profiler's bug in multi-gpu mode
7 years ago
Tao Luo dce0383f89
Merge pull request #8404 from Xreki/core_refine_inference
7 years ago
chengduoZH 16fc5e3893 refine cmake for cudnn
7 years ago
Tao Luo 0dbaad5755
Merge pull request #8563 from luotao1/WITH_FAST_BUNDLE_TEST
7 years ago
武毅 0250e8083d
Merge pull request #8586 from Yancey1989/fix_dist_unittest
7 years ago
Xin Pan 9bbce49353 Fix version date.
7 years ago
Xin Pan b9ec24c6e9 Extend current profiler for timeline and more features.
7 years ago
dzhwinter 34605d2641
accelerate the cuda concat op, avoid many times copy (#8585)
7 years ago
Yancey1989 7a1d6ae5f6 Fix send_recv unit test
7 years ago
武毅 fe7c181491
Merge pull request #8538 from typhoonzero/add_raw_var_type
7 years ago
typhoonzero 6a686794ac fix comment typo
7 years ago
Liu Yiqun efb6ba3531 Merge branch 'develop' into core_refine_inference
7 years ago
qijun d2e7276377 fix warp ctc dir error
7 years ago
Luo Tao 6d25a43a94 set the default option of WITH_FAST_BUNDLE_TEST be OFF
7 years ago
typhoonzero a50230add6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_raw_var_type
7 years ago
chengduoZH b8938b448c refine Sum
7 years ago
Luo Tao 7453312dee fix error python path when building framework_py_proto
7 years ago
Luo Tao bb36084949 fix error directory of fluid inference unitest
7 years ago
chengduoZH a82883922e follow comments
7 years ago
QI JUN 44e3015412
fix nccl version (#8540)
7 years ago
Qiao Longfei b2f530e3cc
Merge pull request #8532 from jacquesqiao/fix-compare-op
7 years ago
chengduoZH 22b9ab052d refine Sum
7 years ago
typhoonzero 9b5be6ef43 fix short connection again
7 years ago
Yu Yang eebfb71d3f
Merge pull request #8524 from reyoung/feature/unique_name_guard
7 years ago
qiaolongfei 28d07e3cb8 add python part of compare op
7 years ago
qiaolongfei d4e3495cf5 add larger_than and larger_equal op and kernel
7 years ago
qiaolongfei bad01596f9 rename register macro
7 years ago
Yu Yang e8cb97b8a2 Moving unique_name to python
7 years ago
Yu Yang 7a9098a60e Add block.fwd_block_id (#8489)
7 years ago
Abhinav Arora 6e7fee0ee1
Add unit tests for ChannelHolder (#8510)
7 years ago
chengduo 0e187bc93e fix get_mid_dims annotation (#8490)
7 years ago
kavyasrinet 77ee8fb240
Exposing Channel to be used as a Variable and integrating with Fluid (#8486)
7 years ago
Yu Yang 88c22e9d1a Speed up elemwise grad (#8402)
7 years ago
Yu Yang d50016b2a7 Remove build warnings in float16.h (#8481)
7 years ago
武毅 c490f1b38b
Merge pull request #8049 from typhoonzero/no_counter_on_pserver
7 years ago
dzhwinter 46e4f6ffab small fix
7 years ago
Yang Yang(Tony) 3c2cafbe1d
fix parallel do hard coded empty var name (#8469)
7 years ago
helinwang 633756ad13
Merge pull request #8361 from tonyyang-svail/backward_on_parallel_do
7 years ago
Siddharth Goyal a040239d3a
Add conv test case for inference-recognize digits (#8466)
7 years ago
Yang Yang ae69f0b04f merge develop
7 years ago
kavyasrinet bd58bf3e03
[WIP] Expose Channel in Python and add to VarType (#8465)
7 years ago
Yang Yang ec01f635f5 merge develop
7 years ago
helinwang 6566d7c740
Merge pull request #8458 from tonyyang-svail/rename_output
7 years ago
Abhinav Arora c7ad26d6a4 [WIP] Move DataType enum inside VarType (#8447)
7 years ago
kexinzhao 74e0eb7267
make float16 a pod type (#8456)
7 years ago
Yang Yang cb06337f9e change outputsize func name
7 years ago
Yang Yang 5229ccbdc7 merge develop
7 years ago
Yang Yang 1d9fd1c006 pass test_recognize_digits
7 years ago
Yu Yang 89ead8d151 Feature/understand sentiment parallel do (#7994)
7 years ago
emailweixu 4f122c0760 Remove incorrect statement in compare_op.h (#8416)
7 years ago
emailweixu 6752b06f8c Generating random numbers with given batch size (#8337)
7 years ago
Yang Yang 9d26f1a3df callback to list of callbacks
7 years ago
Yi Wang cfffb1a362
Update tensor_util.h (#8422)
7 years ago
Yang Yang 3f09620ef2 pass compile
7 years ago
Yang Yang e021ad674e Merge remote-tracking branch 'upstream/develop' into backward_on_parallel_do
7 years ago
Yang Yang(Tony) 87f4311a88
compile with nccl2 (#8411)
7 years ago
typhoonzero ebb2bcfe0a remove comments
7 years ago
typhoonzero 1494673dcb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
typhoonzero 8acad27e8d refine code
7 years ago
QI JUN 8b01546fe4
fix compile warning (#8430)
7 years ago
fengjiayi ed5dc3d4ae remove 'friend lod_tensor in tensor'
7 years ago
Yang Yang 7129fa3c90 merge develop
7 years ago
emailweixu 3beafff282
Merge pull request #8415 from emailweixu/print_op
7 years ago
Abhinav Arora fcadb45251 Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414)
7 years ago
Yang Yang a259ad41b0 remove duplicated cbegin and cend in mixed vector
7 years ago
Yang Yang 5f343e3eb0 Merge remote-tracking branch 'pr/8411' into backward_on_parallel_do
7 years ago
Yang Yang da97d9dfd6 merge develop
7 years ago
xuwei06 004df46f28 Make print_op able to show the value of bool tensor
7 years ago
kexinzhao f82fa64a06
Move float16 into fluid folder (#8394)
7 years ago
Tao Luo 432d2b5d5b
Merge pull request #8105 from qiaohaijun/patch-1
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
武毅 c0fc50d5f3
Merge pull request #8409 from typhoonzero/fix_grpc_short_conn
7 years ago
dzhwinter 07923ba006
Memory/dropout4 (#8407)
7 years ago
Liu Yiqun 2d74b5f9ba Refine the Python API load/save_inference_model.
7 years ago
typhoonzero 0d4d9c4e13 fix grpc short connection
7 years ago
Liu Yiqun b44917d09b Implement IsPersistable() in c++.
7 years ago
qingqing01 057efd1709
Implement multibox loss wrapper for SSD in Python API. (#8385)
7 years ago
typhoonzero 4b91cb5289 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
武毅 9942565fe7
Merge pull request #8386 from typhoonzero/fix_dist_transpiler_develop
7 years ago
Liu Yiqun f95e05a388 Refine the inference unittests.
7 years ago
typhoonzero dca9941e4b pass size when copy
7 years ago
Liu Yiqun 899ba0d05a Merge branch 'develop' into core_refine_inference
7 years ago
Liu Yiqun c796e013c6 Refine the inference unittests.
7 years ago
Tao Luo da02a5812c refine inference_lib_dist after code move, and add it to docker/build.sh (#8379)
7 years ago
Yu Yang 5046869e84
Merge pull request #8287 from tonyyang-svail/operator_set_device
7 years ago
chengduo 7757a8ad7c
Merge pull request #8265 from chengduoZH/feature/add_prior_box_py
7 years ago
Yu Yang 37792e546b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into HEAD
7 years ago
qingqing01 8a0dd2409e Expose softmax_with_cross_entropy and smooth_l1 into Python API. (#8375)
7 years ago
Wang Hao a824da91e6
Merge pull request #6588 from wanghaox/detection_map
7 years ago
chengduoZH dff1bf33c9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prior_box_py
7 years ago
Qiao Longfei e9d3099145
Merge pull request #8357 from jacquesqiao/override-compare-op-in-python
7 years ago
wanghaox 91a2188301 update detection_map
7 years ago
typhoonzero 67d6f3a8ce Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_dist_transpiler_develop
7 years ago
typhoonzero 9a05c90750 fix StridedNumelCopyWithAxis
7 years ago
chengduoZH 5ccab2dc65 remove conflict
7 years ago
Yu Yang 6f625f9c2f Disable unstable unittest
7 years ago
Yu Yang 892cc28c7b Fix bug
7 years ago
Yu Yang 07bb413977 Revert changes
7 years ago
Yu Yang da757696de Merge branch 'develop' into feature/fix_get_empty_lod
7 years ago
Yu Yang 18efe5aa1d Fix CI
7 years ago
Yancey caf9a09d7b
Merge selected rows with dynamic variable count (#8023)
7 years ago
typhoonzero 11bcb43a44 fix merge issue
7 years ago
typhoonzero 21071f7106 no create trainer var on listen_and_serv
7 years ago
Yu Yang a43fac3567 Fix empty Vector foreach
7 years ago
Tao Luo 4f4abfa313
Merge pull request #8369 from luotao1/reduce_doc_build_time
7 years ago
Yancey 525a4fdae8
Merge pull request #8270 from Yancey1989/improve_concat_split_op
7 years ago