Commit Graph

8060 Commits (e36bbcc87172743f0e6ec69bc50e697af7fe649d)

Author SHA1 Message Date
Krzysztof Binias 54f21a5c47 Add test for ceil mode
6 years ago
sneaxiy 7c4303bc4a Fix doc
6 years ago
Zhen Wang 46c5e37858 improve save_persistable api doc. test=develop (#15911)
6 years ago
Tink_Y 31d830de9f refine image_resize annotation (#15976)
6 years ago
ceci3 f6d186782a
test=develop
6 years ago
sneaxiy 3334c279d0 add sample_generator
6 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
6 years ago
jerrywgz a9c0968b79 refine api doc, test=develop
6 years ago
minqiyang fa1ff1d2f1 reduce ut time
6 years ago
Tao Luo c494f64a0f
Merge pull request #15941 from mozga-intel/mozga-intel/enable_mkldnn_framework
6 years ago
tensor-tang e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
6 years ago
minqiyang 659a719315 increment resnet and ptbrnn's batch_num
6 years ago
minqiyang 50639fafdb Polish code
6 years ago
ruri 72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
6 years ago
minqiyang fe406b98c9 Polish code
6 years ago
Xin Pan a63e2a0a4f
Merge pull request #15948 from panyx0718/api2
6 years ago
minqiyang f469bb6b36 Polish code
6 years ago
sneaxiy 7b5a9d75d9 add cache reader
6 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
6 years ago
baojun f285191fb3 Added adam op test=develop (#15710)
6 years ago
jerrywgz b92ef45fe9
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
6 years ago
tensor-tang 58b8231338
added concat op test=develop (#15946)
6 years ago
shippingwang 733da7b2fc fixed typo, test=develop
6 years ago
jerrywgz 0f652f304c add distribute fpn proposals op, test=develop
6 years ago
ceci3 6bce986107
2018 -> 2019
6 years ago
dzhwinter 225c11a91f polish cudnn related code and fix bug. (#15164)
6 years ago
Xin Pan 0c277ac6e9 polish
6 years ago
ceci3 4b7bf06e1f test=develop
6 years ago
sneaxiy 69b1ebdfa5 merge develop
6 years ago
Xin Pan 840cf780e4 add deprecation warning.
6 years ago
mozga-intel 68a9ead17a The flag of mkldnn is enabled iff it is necessary
6 years ago
baojun-nervana e4ab40a7b9 added concat op test=develop
6 years ago
minqiyang cb85ee987b Remove var op deps in imperative mode
6 years ago
colourful-tree 7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
6 years ago
dzhwinter 15de2dff00
Merge pull request #15926 from dzhwinter/test/add_ir_mem_opt_tests
6 years ago
Zhen Wang e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
6 years ago
tensor-tang 7044cfa7c7 add sgd jitcode and op test
6 years ago
lujun a4b4ecd8b6
Merge pull request #15906 from junjun315/fix-api-doc-20190220
6 years ago
qingqing01 8e439ccfff
Fix bug in fake_quantize_op and add more unit testing (#15912)
6 years ago
minqiyang 50c2eb0ec2 Add tracer implementation
6 years ago
dzhwinter 48d9fd08e5 fix default value. test=develop
6 years ago
minqiyang efb2f2baf8 Fix bugs
6 years ago
Tao Luo 2c5c7b2a7e
Merge pull request #15922 from kbinias/kbinias/reuse-primitives-activations-and-softmax-mkldnn-ut
6 years ago
dzhwinter dfb2121967 fix default value. test=develop
6 years ago
dzhwinter a4cf295471 fix default value. test=develop
6 years ago
dzhwinter a922a0a1ef fix default value. test=develop
6 years ago
jerrywgz b53fdbed2c add comment for revise, test=develop
6 years ago
sneaxiy 2e67f8ae88 add doc
6 years ago
dzhwinter 6477b443f3 fix default value. test=develop
6 years ago
chengduo 7ca8553d4e
Add alloc_continuous_space_op (#15900)
6 years ago
dzhwinter 131e4a3b5f
Merge pull request #15904 from dzhwinter/fix/disable_temp
6 years ago
Krzysztof Binias 851ea04dec Add UTs to check whether primitives for activations and softmax already exist in backward
6 years ago
Zhen Wang 548931456c update some functions' names according to the suggestion. test=develop
6 years ago
sneaxiy c545f1ed8f unify API
6 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
6 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
6 years ago
Xin Pan a6e3cd5eb7
Merge pull request #15425 from panyx0718/api
6 years ago
sneaxiy a8c4324d3c fix hang bug
6 years ago
sneaxiy b17541a9c1 fix hang bug
6 years ago
Zhen Wang 0bf809c9b3 add set_attr for IrOpNode. test=develop
6 years ago
Zhen Wang 7c8f7df2fe add some op_des funs to IrOpNode and add some var_des funs to IrVarNode. test=develop
6 years ago
Zhen Wang 33f99d6197 add IrNode&IrVarNode&IrOpNode. test=develop
6 years ago
qingqing01 d8128930ef
Refine doc of uniform_random and fix dtype (#15873)
6 years ago
Xin Pan 44e7fcddc5
Merge pull request #15844 from panyx0718/infer
6 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
Xin Pan 8b1672fe76 follow comments
6 years ago
minqiyang 2b3510bc50 Add imperative python tracer
6 years ago
lujun 23560d08f0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-api-doc-20190220
6 years ago
lujun da92a2cedc fix util plot for py3, test=develop
6 years ago
dzhwinter 2578241996 fix default value. test=develop
6 years ago
colourful-tree f2d6473ef8
Merge branch 'develop' into new_develop
6 years ago
heqiaozhi 04f876f5bc remove mkl & fix commit
6 years ago
dengkaipeng de50854e2d add python example. test=develop
6 years ago
dengkaipeng 60305196b8 fix spell mistakes. test=develop
6 years ago
dengkaipeng 26825d991d use comment in pool3d. test=develop
6 years ago
dengkaipeng aecc9741c0 fix pool3d doc. test=develop
6 years ago
xuezhong f857e07987
Merge pull request #15893 from xuezhong/add_sample_logits_op
6 years ago
乔龙飞 Qiao Longfei ec8e878200
Merge pull request #15840 from jacquesqiao/revert-15684-revert-15661-fix-cpu-broadcast
6 years ago
xuezhong a5acb37e4a use soft label for sampled softmax
6 years ago
xuezhong 1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
6 years ago
Qiao Longfei 2b7931d5c9 refine code test=develop
6 years ago
Kaipeng Deng 9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
6 years ago
sneaxiy 1e4c0a6f72 merge develop
6 years ago
shippingwang eb932f717a add cosine decay op, test=develop
6 years ago
dengkaipeng 144016fcfc fix adaptive_pool and yolov3_loss. test=develop
6 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
6 years ago
Xin Pan 4a00bea736
Merge pull request #15789 from panyx0718/imperative2
6 years ago
Xin Pan 12a0e2ed9d polish codes
6 years ago
Xin Pan 19d78f6797 polish
6 years ago
xuezhong d266bac943 remove test temporal
6 years ago
xuezhong 81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
6 years ago
minqiyang 1bf4b8ab60 keep parameters in block
6 years ago
Xin Pan 32d5a16036 resolve conflicts
6 years ago
dengkaipeng 19292ac6a1 fix adaptive pool doc.test=develop
6 years ago
Xin Pan 006c32f93d polish parameter names
6 years ago
Krzysztof Binias 309ea6f2de Fix for pylint Failed
6 years ago
Xin Pan 26e32e095a allow compiler to use graph
6 years ago
minqiyang 8fe0c0c52c implement backward refs
6 years ago
Krzysztof Binias 1578c60bdd Add new ut and remove unnecessary code
6 years ago
Xin Pan 5eb87506bc add per kernel config and remove const_cast.
6 years ago
xuezhong a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
6 years ago
Xin Pan 6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
6 years ago
Dun a83e470405
Profiler refine and add CUDA runtime api tracer (#15301)
6 years ago
minqiyang 74551758cc Polish code
6 years ago
minqiyang 1f0ef42e60 Change atol of numpy allclose
6 years ago
jerrywgz c0d33f1362
Merge pull request #15817 from jerrywgz/fix_nm_unittest_py36
6 years ago
Zeng Jinle c420375185
Merge pull request #15806 from sneaxiy/fix-compiler
6 years ago
xuezhong 46fcadec18 add parameter description
6 years ago
tangwei12 971f3bc9b0
fix params with only 1 dim (#15828)
6 years ago
minqiyang f53e1d5c4b implement ClearBlock
6 years ago
chengduo fbb5404652
fix test_parallel_executor_seresnex timeout (#15812)
6 years ago
sneaxiy 27e1a9ee5a fix hang bug
6 years ago
sneaxiy 7160cb0f32 decoupled reader
6 years ago
mozga-intel 13ec2d331b Enable momentum operator for a ngraph engine (#15673)
6 years ago
jerrywgz 4711d88a2f fix nms unittest in py36, test=develop
6 years ago
dzhwinter a0666b05c4
Merge pull request #15784 from dzhwinter/fix/add_test
6 years ago
Jiabin Yang f1df9dba24
test=develop, update fluid.layers to LaryerHelper (#15797)
6 years ago
sneaxiy d331e97af8 fix compiler place compare
6 years ago
xuezhong 6b83845c41 update for backward compatibility
6 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
xuezhong 794b90c93f for backward compatibility
6 years ago
Tao Luo 6402424f7a
Merge pull request #15773 from chengduoZH/fix_shape_api_doc
6 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
xuezhong bf6eb60d12 change var name
6 years ago
xuezhong c5360a3f6b refine code
6 years ago
Zeng Jinle adea672b0e
Merge pull request #15783 from sneaxiy/develop-fix-api-arg0
6 years ago
chengduozh 9ae764c11d fix doc
6 years ago
mozga-intel df23a6f894 Enable cross_entropy operator for a ngraph engine (#15674)
6 years ago
dzhwinter 07ee40c6e9 fix default value. test=develop
6 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
6 years ago
sneaxiy 3d0610b59b fix data doc
6 years ago
baojun 72061b0ac0 Add ngraph op coverage (#15721)
6 years ago
Tao Luo 572c67e653
Merge pull request #15775 from velconia/fix_api_ftrl_opt
6 years ago
chengduozh d79d2f686c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_shape_api_doc
6 years ago
dzhwinter 28609b3435
Merge pull request #15696 from dzhwinter/cherry-pick/memory
6 years ago
xuezhong 4424021623 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
minqiyang 700495e11f Fix FtrlOptimizer's API comment
6 years ago
chengduozh 3ce12b1b8e fix shape api doc
6 years ago
minqiyang 52e5ee60bd Add debug info
6 years ago
dzhwinter 6cb0208ab0 add reference. test=develop
6 years ago
Tao Luo a2a0251db0
Merge pull request #15681 from chengduoZH/refine_api_doc
6 years ago
dzhwinter 18afb77e78 polish code for reading. test=develop
6 years ago
Tao Luo e17017aa65
Merge pull request #15739 from guomingz/resolve_issue_15724
6 years ago
Wu Yi 8666902b9d
fix test_transpiler random fail test=develop (#15736)
6 years ago
dzhwinter 6deac40724 polish code for reading. test=develop
6 years ago
dzhwinter d0a2a202d0 polish code for reading. test=develop
6 years ago
dzhwinter c1455e606d Merge remote-tracking branch 'origin/develop' into cherry-pick/memory
6 years ago
dzhwinter d376cf71b7 polish code for reading. test=develop
6 years ago
chengduozh 1e46ab2e3e follow comment
6 years ago
Xin Pan 69f5c0eee2
Merge pull request #15557 from panyx0718/imperative
6 years ago
Zhang, Guoming e5d3d7c63d resolve #15724
6 years ago
Xin Pan 792719fb7e polish test
6 years ago
Zhen Wang 832bd720d1
Merge pull request #15610 from wzzju/quantization_inference_passes
6 years ago
Xin Pan 54f4d58553 make parameter and layer access easier
6 years ago
Dun f7b768d364
fix group_norm (#15727)
6 years ago
Xin Pan 408a9bb2e7 polish
6 years ago
Xin Pan 989138378d add sugar for fetching parameters
6 years ago
Tao Luo 4c8feae43d
Merge pull request #15718 from luotao1/v2_code
6 years ago
Tao Luo b9999435b7 remove 'import paddle.v2' in read data
6 years ago
Tao Luo 31287cdb43 remove legace v2 code in python/paddle/utils
6 years ago
dzhwinter 84f067be94
update. test=develop
6 years ago
Yancey1989 88d3dc949e Merge branch 'develop' of github.com:PaddlePaddle/Paddle into refine_pg
6 years ago
Yancey1989 f3463ecb6e refine pg execution
6 years ago
dzhwinter d453b0dcf7 add details. test=develop
6 years ago
jerrywgz 6f11f35abe
Merge pull request #15703 from jerrywgz/enhance_expand_op
6 years ago
chengduo c794ecf641
Remove test_image_classification_resnet from mac CI (#15706)
6 years ago
dzhwinter 283573c6aa add details. test=develop
6 years ago
jerrywgz a52d5d5095 refine unittest, test=develop
6 years ago
Tao Luo 25ec6a2cfd
Merge pull request #15657 from qingqing01/fix_bn_api
6 years ago
乔龙飞 Qiao Longfei 45b19cbc9a
Revert "Revert "cpu reduce mode did not need to broadcast params test=develop""
6 years ago
baojun c47e258ea4 Add ngraph sum, sigmoid, relu_grad and tanh_grad op (#15642)
6 years ago
dzhwinter 51d1e8cd06 add details. test=develop
6 years ago
Zhen Wang bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
6 years ago
jerrywgz 8fc0fc314a support multiple var types for expand op, test=develop
6 years ago
chengduozh ba223e9566 doc refine
6 years ago
tensor-tang 31fd8ce1e1
Merge pull request #15375 from mozga-intel/mozga-intel/batch_norm_ngraph_operator
6 years ago
xuezhong c5742f79f1 set label type to int64 to pass windows test
6 years ago
Zeng Jinle fea7f0de25
Merge pull request #15667 from sneaxiy/fix_decorator_signature
6 years ago
乔龙飞 Qiao Longfei 6e0e706198
Revert "cpu reduce mode did not need to broadcast params test=develop"
6 years ago
chengduozh 03f091a9d3 fix api doc
6 years ago
xuezhong 9505850e33 int type of numpy in windows default int32, need to set int64
6 years ago
Qiao Longfei 97b143fb49 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-cpu-broadcast
6 years ago
Yan Xu d424e5b4c9
add launch mp distributed job py module test=develop (#15620)
6 years ago
jerrywgz 5ce48220f1 change default option related to softmax, test=develop
6 years ago
dzhwinter 381f2015a5
Merge pull request #15665 from dzhwinter/experiment/refactor_memory
6 years ago
Qiao Longfei 16ec4b8c8b clean code test=develop
6 years ago
xuezhong 9b24ac34dd remove debug print
6 years ago
Wu Yi fc198b1fea
fix fp16 initializer dtype check test=develop (#15669)
6 years ago
sneaxiy 7e399b0628 rename
6 years ago
xuezhong 1de9b60ace pass layer test
6 years ago
dzhwinter 04e9776aef add details. test=develop
6 years ago
mozga-intel 1198ccae6b Enable batch_norm operator for a ngraph engine
6 years ago
xuezhong 58101e6d4d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 4921c2cd02 add api spec change
6 years ago
baojun f4a0e68481 Fix ngraph compile WITH_DISTRIBUTE=ON (#15636)
6 years ago
xuezhong fb261793b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
sneaxiy 42f6d0f899 modify API.spec
6 years ago
sneaxiy 4a1c65ebee merge origin
6 years ago
sneaxiy f85245b409 test=develop
6 years ago
xuezhong 2ba256df40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
Qiao Longfei abf17226f8 fix code style test=develop
6 years ago
Qiao Longfei 76072261f8 fix compiler
6 years ago
Tao Luo bec68fa0b3
Merge pull request #15637 from jerrywgz/refine_box_coder
6 years ago
Dang Qingqing 01d9bf9264 Fix batch_norm API for data_layout.
6 years ago
baojun ac4cde009d Enable accuracy op for ngraph engine (#15592)
6 years ago
kolinwei 6f0f8045f6
Revert "Async double buffered py reader"
6 years ago
jerrywgz ceb412b0ae speed up box coder in CPU, test=develop
6 years ago
xuezhong ed20eb1301 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
Dun db8fcf6b95
Merge pull request #15296 from cjld/async_double_buffered_py_reader
6 years ago
xuezhong dff7461ea8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 20e579ef2a add initial_accumulator_value for adagrad
6 years ago
chengduo c1092374fc
Increase the timeout of test_pe_seresnext (#15621)
6 years ago
Zeng Jinle 1ccbc51218
Merge pull request #15619 from sneaxiy/debug
6 years ago
xuezhong c5c6bd7b02 refine code
6 years ago
xuezhong 2857dac260 add assert for clip and remove print
6 years ago
xuezhong 4028943125 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
sneaxiy f26a1c9077 test=develop
6 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
6 years ago
dzhwinter 4f01de6378 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
liuwei1031 6e84eb131f expose peak gpu memory API to python test=develop (#15529)
6 years ago
dzhwinter 9c9ad7d40b Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
jerrywgz 1743d1a58f
Merge pull request #15356 from jerrywgz/add_clip_op
6 years ago
dzhwinter 0a63234c85 follow comments. test=develop
6 years ago
mozga-intel 43a67a2662 Enable conv2d operator for a ngraph engine (#15269)
6 years ago
Yan Chunwei 897789b16e
fix save_inferece_model bug (#15365)
6 years ago
xuezhong b78ab87bd3 refine code
6 years ago
xuezhong 3c8aa787ec define sampled_softmax_with_cross_entropy
6 years ago
xuezhong 15d52f09f3 refine code
6 years ago
WangZhen 2175292634 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantization_inference_passes
6 years ago
WangZhen a7efab7ec1 add comments for public API. test=develop
6 years ago
xuezhong 58ad40cc15 add sample_logits op
6 years ago
jerrywgz 1963af78e7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
6 years ago
xuezhong 74da01191e refine code
6 years ago
xuezhong d600d0ac70 remove debug pdb
6 years ago
xuezhong b0c75f1763 remove debug print
6 years ago
xuezhong 880836329d add cell clip and proj clip, fix bug for h0
6 years ago
dzhwinter 6f9904e99a rerun windows ci. test=develop
6 years ago
Haihao Shen b5ebca47a3 Add INT8 calibration README (#15548)
6 years ago
jerrywgz 4eb44380a6
Merge branch 'develop' into add_clip_op
6 years ago
Xin Pan 30cc8b7a92
Merge pull request #15554 from heavengate/yolo_loss_darknet
6 years ago
dzhwinter 43c92dcb20 rerun windows ci. test=develop
6 years ago
Haihao Shen 1b8047b712 Add INT8 calibration support in Paddle package (#15569)
6 years ago
mozga-intel 312500dcb5 Enable pool2d operator for a ngraph engine (#15395)
6 years ago
Jiabin Yang b4c24f3f7c
Merge pull request #15575 from JiabinYang/feature/imperative
6 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
6 years ago
tangwei12 90df7ff378
transpiler.py code clean (#15555)
6 years ago
Haihao Shen 294d594450 Enable performance measurement in INT8 calibration unit test (#15560)
6 years ago
dzhwinter a52be7c081 refine build strategy. test=develop
6 years ago
chengduo c4b9eac11a
fix threshold_relu_op (#15594)
6 years ago
Tao Luo ea92905be4
Merge pull request #15478 from kbinias/kbinias/seperate-folders-for-mkldnn
6 years ago
dzhwinter 32a2014939 refine build strategy. test=develop
6 years ago
Yibing Liu 170842cbb4
Some improvements to support bert mixed precision training (#15585)
6 years ago
Yiqun Liu 16d54f7f23
Return parent_idx in beam_search op (#15520)
6 years ago
jerrywgz 72ee3c6232
Merge pull request #15398 from jerrywgz/add_axis_for_boxcoder
6 years ago
jerrywgz e402c0ec7d test=develop
6 years ago
jerrywgz 334f697da9 test=develop
6 years ago
Kaipeng Deng d3eeb92bba
Merge pull request #15491 from tink2123/new_align_corners
6 years ago
jerrywgz 3046799ecd
Merge branch 'develop' into add_clip_op
6 years ago
dzhwinter a26a6bc728 add flag. test=develop
6 years ago
Krzysztof Binias b1bdcd4de8 Make separate folders for mkldnn codes
6 years ago
dzhwinter 06f2448848 Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
dzhwinter 8156fedf56 merge develop branch. test=develop
6 years ago
JiabinYang 16f64b43d4 test=develop, Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
dengkaipeng 733bb82ec0 downsample -> downsample_ratio. test=develop
6 years ago
dengkaipeng 577424e5ec use darknet loss and trick
6 years ago
dengkaipeng 042fecefab use L2Loss. test=develop
6 years ago
dengkaipeng af124dcdf6 fix API error
6 years ago
dengkaipeng c945ffa7f8 fix label_smooth and mixup score
6 years ago
tink2123 20200e126d fix some typo test=develop
6 years ago
tink2123 2b89f59055 add attr use_label_smooth test=develop
6 years ago
dengkaipeng 8218e30176 add gtscore. test=develop
6 years ago
dengkaipeng 3c08f620c2 add label smooth. test=develop
6 years ago
dengkaipeng 32d533c2cd cache obj_mask and gt_match_mask. test=develop
6 years ago
dengkaipeng 6c5a5d0789 format code. test=develop
6 years ago
dengkaipeng e7e4f084e5 ignore pred overlap gt > 0.7. test=develop
6 years ago
dengkaipeng db8ff57a61 remove useless code and update doc. test=develop
6 years ago
dengkaipeng 577a92d992 use typename DeviceContext. test=develop
6 years ago
dengkaipeng 0c4acc8305 imporve yolo loss implement. test=develop
6 years ago
dengkaipeng c0fa8d2eec use L1Loss for w, h. test=develop
6 years ago
dengkaipeng 3841983aa0 fix division error in mean process. test=develop
6 years ago
dengkaipeng 192d293854 use stable Sigmoid Cross Entropy implement. test=develop
6 years ago
JiabinYang bb881199f2 test=develop, polish code and fix wrong change in /paddle/fluid/inference/utils/CMakeLists.txt
6 years ago
tink2123 6961a94e94 avoid out_size less than 1
6 years ago
Jiabin Yang 075df09f86
Merge pull request #15470 from JiabinYang/feature/imperative
6 years ago
Qiyang Min b69996c2d3
Merge pull request #15558 from velconia/imperative_resnet
6 years ago
jerrywgz 7bc8481c62
Merge pull request #15418 from jerrywgz/refine_nms
6 years ago
Wu Yi ab4715840d
fix default create_parameter dtype maching initializers (#15521)
6 years ago
WangZhen 0db41a9c44 add op_role attr when creating op node.
6 years ago
minqiyang 07822fef2c Clear all parameters' gradient
6 years ago
minqiyang 49a7fba848 Polish code
6 years ago
minqiyang 159c407328 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
minqiyang edf742cfac Polish code
6 years ago
minqiyang 5c7768776c Fix batch_norm's stop_gradient bug
6 years ago
WangZhen c67b29c178 fix some bugs of graph.to_program and get_pass.
6 years ago
dzhwinter ee3aae56cd merge develop branch. test=develop
6 years ago
dzhwinter d6d3e6afe2 add more skip strategy
6 years ago
JiabinYang fff67a9481 test=develop, use parameters() to get parameters
6 years ago
JiabinYang 2e309b11c2 test=develop, merge develop
6 years ago
JiabinYang 0ea7c9c129 remove test split op in imperative
6 years ago
minqiyang 79d62c5402 Fix mnist
6 years ago
JiabinYang 3dfbef290b polish code and add comments for Embedding
6 years ago
jerrywgz aaf756272f remove inplace arg, test=develop
6 years ago
jerrywgz cee2e1b089 refine code, test=develop
6 years ago
Xin Pan c11afdb5cb
Merge pull request #15516 from panyx0718/imperative3
6 years ago
tink2123 a0c63f1106 add align_flag
6 years ago
Haihao Shen f82515800c Enable INT8 Calibration Unit Test for MobileNet-V1 (#15539)
6 years ago
JiabinYang 53d558cd41 test=develop, polish code and merge develop
6 years ago
JiabinYang 8e3da976f4 test=develop, polish code
6 years ago
dzhwinter 2739096eec compatibable with python side mem_opt
6 years ago
Tao Luo 0548aac2ad
Merge pull request #15532 from hshen14/calibration_api_refine
6 years ago
WangZhen c64f22048a add convert_to_int8 pass and transform_for_mobile pass and their UTs.
6 years ago
WangZhen c8095eeb82 add freeze pass, and UT is passed.
6 years ago
JiabinYang f364b72207 test=develop, add ptb_rnn test in imperative
6 years ago
JiabinYang a59b7ac73b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
JiabinYang ba981604fd fix split
6 years ago
ruri 88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
6 years ago
Haihao Shen 2a82c5651e Refine INT8 calibration API; shorten the iteration number to reduce test time; test=develop
6 years ago
jerrywgz 3118a5e83c refine test_detection, test=develop
6 years ago
tink2123 b64cdaf6dc modified default parameters
6 years ago
jerrywgz 466a10dcdd refine code, test=develop
6 years ago
乔龙飞 Qiao Longfei c58555067e
Merge pull request #14731 from jacquesqiao/optimize-cpp-reader
6 years ago
jerrywgz a39240c3b6 add attr variance for box coder, test=develop
6 years ago
Dun Liang db9e700ba1 default use pin place && test=develop
6 years ago
JiabinYang 3be8ffad2f test=develop, polish code and merge conflict
6 years ago
JiabinYang 1bf2facecb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
JiabinYang e3a8929cf8 little change
6 years ago
gongweibao fe8f28c957
Add GetVariableNoBarrier on brpc. (#15488)
6 years ago
Xin Pan 42e61af861 polish
6 years ago
Xin Pan 4d9feb35b9 support multi grad ops
6 years ago
Yiqun Liu 3008fa1261
Add the CUDA kernel for beam_search op (#15020)
6 years ago
Zeng Jinle ed1726eaaa
Merge pull request #15501 from sneaxiy/disable_eager_deletion_mnist
6 years ago
tink2123 78145c7dff modified some comments
6 years ago
Wu Yi 22db82c053
fix tangwei merge issue test=develop (#15506)
6 years ago
WangZhen dde19a0ff8 add quantization freeze pass.
6 years ago
Zeng Jinle dec89bd7ed
Merge pull request #15460 from sneaxiy/try_to_turn_on_remove_unnecessary_lock
6 years ago
tangwei12 5cfc40dea8
nce add check sample lables, test=develop (#15463)
6 years ago
minqiyang 3ce2d295c0 Refine stop_gradient
6 years ago
tink2123 e448bdb298 modified some comments
6 years ago
tink2123 88744e4ab8 fixed some errors
6 years ago
jerrywgz 6dfd789bfc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
6 years ago
jerrywgz 6928f8318f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_axis_for_boxcoder
6 years ago
jerrywgz e60c8438fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
6 years ago
Xin Pan 58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
6 years ago
sneaxiy eed4a6383d disable eager deletion unittest
6 years ago
JiabinYang cddecad701 test=develop, add embeding to layers and add ptb_rnn in imperative test
6 years ago
tink2123 48cc484643 add align_corners and align_mode for image_resize
6 years ago
minqiyang c8965dc1ab Polish code
6 years ago
乔龙飞 Qiao Longfei d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
6 years ago
jerrywgz 11f1baa406 refine code, test=develop
6 years ago