Commit Graph

217 Commits (a9520db24ef8b101514b0bcaff39dd359f72dcb7)

Author SHA1 Message Date
Yu Yang 6b3c2a9a88 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/remove_trainer_api
8 years ago
yuyang 82b8a3c5d9 Move trainer to contrib
8 years ago
sneaxiy 612e1a3155 modification
8 years ago
sneaxiy d0b2453ecd merge develop
8 years ago
sneaxiy 24ea39c4c6 feature/eager_delete_tensor
8 years ago
gongweibao d06849305a
parameter dispather. (#12666)
8 years ago
Wu Yi 8b77448d5f
hide misc APIs (#12540)
8 years ago
qiaolongfei 0b81801515 change init flags
8 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
chengduo 97a77512b4
Fix the order of sum (#12562)
8 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
qiaolongfei 0b62f61d29 add init flag in __init__.py for listen_and_serv_profile_period
8 years ago
minqiyang 000ba1ac5f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
8 years ago
tensor-tang 23e3f790c0 enable read from python
8 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
8 years ago
fengjiayi fd2d2c66e9 add flag to prevent unnessary memory free
8 years ago
Qingsheng Li ac11c4e4ff
Beam search decoder API (#11687)
8 years ago
Xin Pan 968922bd6c
Merge pull request #12154 from panyx0718/api
8 years ago
Xin Pan e91e29439f trigger CI
8 years ago
gongweibao 7040c67920
Change blocksize (#11863)
8 years ago
Xin Pan 077aa207e4 hide monkey_patch_variable
8 years ago
Yu Yang ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
8 years ago
Qingsheng Li 72ce4d568e
Fix transpiler API (#12119)
8 years ago
Yancey1989 bbd53131f0 update
8 years ago
Yancey1989 031a07f9c0 add rpc_deadline in bootstrapper
8 years ago
sneaxiy 739c330914 fix merge conflict
8 years ago
sneaxiy 1b59220d50 complete python reader op python side
8 years ago
chengduo d2ad4a5c41
Init allocated memory for unit test (#11657)
8 years ago
yuyang18 9942a3048d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/non_layer_api_doc
8 years ago
yuyang18 ea44157b09 Add APIs
8 years ago
tensor-tang a0c5fd83b2 enable setting initial memory from env
8 years ago
Luo Tao 79d555b9f2 Merge branch 'develop' into mkldnn
8 years ago
Luo Tao c6d230e03e add FLAGS_use_mkldnn to global control use_mkldnn
8 years ago
tangwei12 cb7c1245b3 code optimized
8 years ago
dzhwinter 7971d4a310
Feature/deterministic (#11205)
8 years ago
minqiyang a4d88fb642 1. remove simple distranspiler from transpiler/ repo
8 years ago
tangwei12 5eea5db95f optimized checkpoint and save_model
8 years ago
Kexin Zhao 224bd8f0de Add lod_tensor.py for ease of creating lod tensor in book examples (#10817)
8 years ago
yuyang18 08295f9877 Add build strategy
8 years ago
yuyang18 e5281b3c2d Clean code & add execution strategy
8 years ago
Yancey 5b06944857 fix trainer import error on ce (#10448)
8 years ago
Yancey 76b63c25bf
move transpiler files into transpiler folder (#10415)
8 years ago
Helin Wang 0fca8a14ef Fix fluid/__init__.py
8 years ago
Helin Wang a66052c6ff improve trainer API
8 years ago
Yu Yang 1bb579a3f5 A naive trainer implementation
8 years ago
Helin Wang a2ffbd5326 scaffolding for the new Fluid API
8 years ago
chengduoZH 9fda5c92cd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_FLAGS_use_deterministic_algo
8 years ago
chengduoZH c5774e3282 add FLAGS_use_deterministic_algo
8 years ago
Yu Yang 92b5f49ee4 Eager destruct local scope
8 years ago
Luo Tao f45818e7f9 create new varible in scope
8 years ago
Luo Tao 6e735e1e6e Merge branch 'develop' into merge_bn
8 years ago
dzhwinter d52fa26fda
Feature/metrics (#9791)
8 years ago
Luo Tao 16e31343d8 Merge branch 'develop' into merge_bn
8 years ago
Xin Pan 326b434ab5
Merge pull request #9699 from panyx0718/test
8 years ago
Luo Tao 17833d30e3 fuse batch norm for conv operator without bias
8 years ago
Xin Pan b138d29c38 Avoid init_p2p all the times
8 years ago
chengduoZH 8e4e155c52 add PyCUDAPinnedTensorSetFromArray
8 years ago
Yu Yang edfd741e3a Add simple python wrapper for ParallelExecutor
8 years ago
Thuan Nguyen 1e4c504e60 Implement Select OP (#9088)
8 years ago
Yu Yang e13aec601a
Merge pull request #8830 from reyoung/feature/recordio_file_reader
8 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
8 years ago
Yu Yang b536799af0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/recordio_file_reader
8 years ago
Yu Yang 72be7a6151 Complete RecordIO reader op
8 years ago
fengjiayi ea508c9ef2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
8 years ago
Qiao Longfei f45a82be4e
change learning_rate_decay to learning_rate_scheduler (#8583)
8 years ago
fengjiayi f8029403a0 remove Evaluator.Accuracy
8 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
8 years ago