Qiao Longfei
|
afc56949c1
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
|
6 years ago |
Qiao Longfei
|
d831f1b0ba
|
fix brpc code
|
6 years ago |
liuwei1031
|
85363848a1
|
Security issue (#16774)
* disable memory_optimize and inpalce strategy by default, test=develop
* fix security issue
http://newicafe.baidu.com:80/issue/PaddleSec-3/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-8/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-12/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-32/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-35/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-37/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-40/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-43/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-44/show?from=page
http://newicafe.baidu.com:80/issue/PaddleSec-45/show?from=page
test=develop
* revert piece.cc, test=develop
* adjust api.cc,test=develop
|
6 years ago |
Hongyu Liu
|
e2897ba13a
|
Merge pull request #16432 from zhoukunsheng/linspace
add linspace op
|
6 years ago |
Hongyu Liu
|
283ae0faaa
|
Merge pull request #16525 from zhoukunsheng/rank
Rank
|
6 years ago |
Hongyu Liu
|
afe0d64c9d
|
Merge pull request #16320 from zhoukunsheng/all_any
add reduce_all, reduce_any op
|
6 years ago |
ruri
|
39d6a985bc
|
fix some comments, include cosine_decay,l2_normalize,pixel_shuffle (#16763)
* fix some comments, include cosine_decay,l2_normalize,pixel_shuffle
* Add api.spec, test=develop
* update api.spec, test=develop
* add api.spec,test=develop
* test=develop
* test=develop
* fix conflict,test=develop
|
6 years ago |
Qiao Longfei
|
8b8a0487c7
|
fix compile test=develop
|
6 years ago |
guru4elephant
|
aa46caf3d9
|
Merge pull request #16765 from guru4elephant/gpu_dataset_train
add gpu training for Executor.train_from_dataset
|
6 years ago |
wopeizl
|
b6150e1fa7
|
disable the share lib for protobuf test=develop (#16778)
|
6 years ago |
Wu Yi
|
8b58732013
|
remove append_LARS not used api test=develop (#16703)
|
6 years ago |
Tao Luo
|
f96446cade
|
Merge pull request #16738 from luotao1/high_level_api_test
reduce CI time of high_level_api tests
|
6 years ago |
chengduo
|
610c6442e3
|
Make test_parallel_executor_seresnet.py Faster (#16701)
* slimming test_parallel_executor_seresnet.py
|
6 years ago |
dongdaxiang
|
3c2d236815
|
remove all warnings
test=develop
|
6 years ago |
Yiqun Liu
|
112f16143b
|
Add an option to enable the cache of expected kernel in train phase. (#16724)
* Add an option to enable the cache of expected kernel in train phase.
test=develop
* Change the default value of cache_expected_kernel to true.
|
6 years ago |
liuwei1031
|
2e07c19a9c
|
disable memory_optimize and inpalce strategy by default, test=develop (#16760)
|
6 years ago |
dongdaxiang
|
ea07eb8cd2
|
remove comment in data_feed.cc
develop=test
|
6 years ago |
Tao Luo
|
544f91deba
|
add WITH_HIGH_LEVEL_API option, default OFF
test=develop
|
6 years ago |
guru4elephant
|
ba98872d96
|
Update dataset.py
|
6 years ago |
guru4elephant
|
e349a7443f
|
Update nccl_context.h
|
6 years ago |
Qiao Longfei
|
a541c25ab6
|
fix cpplint test=develop
|
6 years ago |
dongdaxiang
|
05464e7c5c
|
add gpu training for Executor.train_from_dataset
test=develop
|
6 years ago |
Qiao Longfei
|
0608f8ca56
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder
|
6 years ago |
Tao Luo
|
7d0ed2a423
|
remove non-existent test_image_classification_resnet
test=develop
|
6 years ago |
Zeng Jinle
|
674aed6a6c
|
Fix unittests which takes too long time (#16713)
* fix too long unittest
recommit
test=develop
* add fake_reader.py
test=develop
|
6 years ago |
gongweibao
|
bf606bce8a
|
Fix grpc log message. (#16735)
|
6 years ago |
Jiabin Yang
|
7060c8d89f
|
test=develop, refine transformer (#16734)
|
6 years ago |
Zeng Jinle
|
9f7b027dce
|
fix activation grad op desc maker (#16715)
test=develop
|
6 years ago |
lujun
|
9bd44b94da
|
Merge pull request #16561 from junjun315/move-api-to-root
Move dygraph api to root
|
6 years ago |
gongweibao
|
95410652e8
|
Fix dgc spelling mistakes. (#16733)
|
6 years ago |
wopeizl
|
00279fdcc2
|
modify the build script for new ci test=develop (#16732)
|
6 years ago |
liuwei1031
|
fdb719a1bf
|
avoid optimize variable used in subblock, test=develop (#16739)
|
6 years ago |
Kaipeng Deng
|
ed97156461
|
Merge pull request #16439 from heavengate/resize_scale
add attr scale. test=develop
|
6 years ago |
Tao Luo
|
1a21d08f12
|
Merge pull request #16725 from tensor-tang/pass/disable_seqpool
disable seqpool concat pass by default saving CI time
|
6 years ago |
liuwei1031
|
a18ef10c87
|
only use the latest version variable for inplace strategy (#16736)
* bug-fix, test=develop
* tweak code, test=develop
|
6 years ago |
Tao Luo
|
38f01b678a
|
rename high_level_api tests
test=develop
|
6 years ago |
Huihuang Zheng
|
2146293d26
|
Fix op registry (#16677)
list of fixed ops:
lookup_table_op
space_to_depth_op
squared_l2_distance_op
squared_l2_norm_op
teacher_student_sigmoid_loss_op
tree_conv_op
warpctc_op
test=develop
|
6 years ago |
Tao Luo
|
5c364cda3c
|
Merge pull request #16711 from luotao1/has_attr
reduce hasAttr elapsed time in RunImpl
|
6 years ago |
tensor-tang
|
d6c1b5a73b
|
disable seqpool concat pass by default saving CI time
test=develop
|
6 years ago |
lujun
|
14db0680c0
|
merge conflict, test=develop
|
6 years ago |
baojun
|
1c8b34ddd2
|
fix training validation test=develop (#16698)
|
6 years ago |
lujun
|
92c8ac8a74
|
merge conflict, test=develop
|
6 years ago |
Jiabin Yang
|
a06f4b2b2c
|
make less batch of tests to fit ci (#16706)
* make less batch of tests to fit ci
* test=develop, invoke ci
add some comments back
|
6 years ago |
chengduo
|
55b15db5af
|
Add unit test for fuse all_reduce ops (#16699)
* test fuse all_reduce
|
6 years ago |
luotao1
|
4098ba29ed
|
reduce hasAttr elapsed time in RunImpl
test=develop
|
6 years ago |
luotao1
|
f89a9c5d95
|
Merge branch 'develop' into has_attr
|
6 years ago |
Tao Luo
|
ad4a1bd13c
|
Merge pull request #16339 from luotao1/core_opt_choose_kernel
Cache the chosen kernel of operators
|
6 years ago |
luotao1
|
6afc97ca6b
|
reduce hasAttr elapsed time in RunImpl
test=develop
|
6 years ago |
Yan Xu
|
55e3c6949b
|
disable reuse port test=develop (#16704)
|
6 years ago |
gongweibao
|
8b793d0efd
|
Fix DGC bug. (#16697)
|
6 years ago |