Commit Graph

9107 Commits (29d8781240753bbe2c00a970288cc8fc18c8d422)

Author SHA1 Message Date
lvmengsi 829ef26281
Fix drop deconv (#18813)
7 years ago
chengduo 4140fe11a4
Open fuse optimization ops (#18741)
7 years ago
chengduo 582cc29799
add warning info for CPU_NUM (#18840)
7 years ago
Adam ee02227949 Add LeakyReLU MKLDNN support (#18762)
7 years ago
Zeng Jinle a802da650b
Feature/mem opt pass refactor (#18735)
7 years ago
石晓伟 9dbb62eeb9
Fix examples of API (#18092)
7 years ago
guru4elephant 30562e371b
refine launch_ps and role_maker (#18795)
7 years ago
fuyinno4 c167a4b4dd
Fix shrink-dense and add scale-datanorm (#18746)
7 years ago
guru4elephant 2efb282c86
split test_dist_se_resnext.py into 4 testcases (#18743)
7 years ago
Bob Zhu 220eef602e Extend Matmul to support matrix multiplication with multiple heads (#18570)
7 years ago
whs 075e1cf78e
Add python API for appending LoD level (#18702)
7 years ago
chengduo 8259f1418f
Enhance backward process (#18700)
7 years ago
JesseyXujin 25c9b57bcd
Modify auc doc. Add output variable description, previously was the scalar type, now changed to the tuple type.test=develop (#18771)
7 years ago
Thunderbrook d8396281ef
add slot to sparse table (#18686)
7 years ago
jiaqi d18aabb472
support patch data, add load_one_table, fix bug (#18509)
7 years ago
chengduo fd3aad6cb3
Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664)
7 years ago
Yi Liu 157211c4e1
supports distributed classification (#18690)
7 years ago
guru4elephant 70b03760fd
add parameter server launch (#18687)
7 years ago
Zeng Jinle d07ad4c605
add more traceback to py_reader error msg, test=develop (#18722)
7 years ago
Huihuang Zheng a3028bb729
Fix random test_recurrent_op failure (#18718)
7 years ago
Tao Luo bd22453f20
Revert "Add LeakyRelu MKLDNN support (#18656)" (#18723)
7 years ago
tangwei12 d845848341
do some odd jobs (#18641)
7 years ago
guru4elephant ebf9797ec3
split different comm method for mnist distributed training (#18715)
7 years ago
Huihuang Zheng 89bc3fd841
Support memory eager deletion on recurrent OP (#17710)
7 years ago
Adam d6b6a337a9 Add LeakyRelu MKLDNN support (#18656)
7 years ago
tangwei12 0b9acb4912
add check of executor (#17986)
7 years ago
Zeng Jinle ae58afc546
Feature/auto_growth_allocator (#18561)
7 years ago
hutuxian bb2f5d24a2
hash_op support int64 hash_size (#18674)
7 years ago
guru4elephant 5ed713d519
remove ctr reader, all functions are satisfied in dataset (#18672)
7 years ago
guru4elephant ab57d3893e
make auc op compatible with 1 dim (#18551)
7 years ago
guru4elephant b71b454328 increase timeout again (#18628)
7 years ago
123malin b414645a65
fix #17430: int64类型的attr训练非预期 (#18264)
7 years ago
Kevin 995d7d8600 Modify embedding_op input dtype to int64 (#18598)
7 years ago
kh2se2013 9ad57f2dfd 1)change to parallel mode on python coverage run (#18594)
7 years ago
gongweibao c0a82748cf
Polish backwards optimizer dependency codes and use more default values. (#18255)
7 years ago
Zeng Jinle d3003a1620
Feature/buffer_shared_inplace (#17911)
7 years ago
tianshuo78520a 1c10dac4f2 Add code example in CI (#18228)
7 years ago
lujun b6d5c74f69
update dygraph api doc for web (#18550)
7 years ago
guru4elephant 9c17a899d7
upgrade collective fleet api (#18533)
7 years ago
bingyanghuang a25be53cb5 QAT int8 MKL-DNN transformation pass with MUL (#18322)
7 years ago
Physher 0caa08ea40 Add mkldnn int8 mul-op kernel (#17834)
7 years ago
LielinJiang 24d1c44a0c Fix roi_perspective_transform_op bug (#18522)
7 years ago
guru4elephant 1f1cc2221f
add random port (#18504)
7 years ago
zhaoyuchen2018 832d8191ff
Fix topk cannot handle 1D vector bug (#18466)
7 years ago
Jiabin Yang 7586cdd545
Hide no support (#18515)
7 years ago
LielinJiang 43e17c7951 Add distributions of normal and uniform (#18023)
7 years ago
tensor-tang 4828a5e008
core remove pycpuinfo (#18479)
7 years ago
qingqing01 602cb6a5b4
Enhance linear_lr_warmup (#18463)
7 years ago
chengduo 7453857324 Make fuse_all_reduce_op_pass support mix_precision (#17652)
7 years ago
chengduo 55baeceddb
Enhance execution error info (#18482)
7 years ago
pkpk e9c7e218f2
Nan debugger init (#18401)
7 years ago
zhoukunsheng 7c6f2350b9 support Tensor input for edit_distance op (#18162)
7 years ago
zhoukunsheng 26318544d2 support Tensor input for chunk_eval op (#18226)
7 years ago
zhoukunsheng 206c44e2a8 add unique kernel and op (#17557)
7 years ago
zhoukunsheng 71af72b1c2 upgrade hash op to support Tensor and LoDTensor input (#17998)
7 years ago
zhoukunsheng d3b3443d10 add ones_like op (#17388)
7 years ago
zhoukunsheng 67b48d7fe7 add size op (#17412)
7 years ago
hutuxian 6e0df3102e
Refactor for Pipeline Thread Check (#18459)
7 years ago
Zeng Jinle 41ab76e55b add friendly error msg to py_reader (#18316)
7 years ago
Kaipeng Deng 823ab5e887
fix load attr error. test=develop (#18447)
7 years ago
Yi Liu a873fa84ce
supports collective training with programs (#18392)
7 years ago
guru4elephant 357311fdb7
make fleet support mpi job submit directly (#18441)
7 years ago
chengduo e0d8c6ac68
Add find_no_grad_vars in backward.py (#17942)
7 years ago
LielinJiang 449c7a9f98 Make roi_perspective_transform op return mask and transform matrix (#18371)
7 years ago
tensor-tang a3bc804f5f
fix mac ci random fail (#18430)
7 years ago
xiaoting dd3f9d19cf replace mnist dataset url, test=develop (#18429)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
hutuxian 8a39e5c110 update api format (#18413)
7 years ago
tensor-tang ce7a024c6d
fix py-cpuinfo mac random fail (#18383)
7 years ago
Jie Fang 2b4ef509ea init custom black white list (#18377)
7 years ago
guru4elephant e83f902b98
add MultiSlotStringDataGenerator for speedup of string based user inp… (#18390)
7 years ago
Jiabin Yang 43f64a177e
Fix/program doc (#17908)
7 years ago
chengduo 871cc15e6a
Add is_compiled_with_cuda (#18356)
7 years ago
Wojciech Uss 8ed819d8e4 Call the test_slim_int8_* tests through absolute path (#18386)
7 years ago
lujun fd6631ef2f
Fix dygraph show style (#18297)
7 years ago
翟飞跃 19da59ed3f Remove all the code, API and doc of MKL-DNN INT8v1 (#18347)
7 years ago
chengduo 8ed33bf91f
Fix Bug-prone code of PE (#18354)
7 years ago
tangwei12 999d9a59a5
fix communicator with pyreader (#18350)
7 years ago
kh2se2013 27fb9cad65 add WITH_COVERAGE option, default OFF (#17872)
7 years ago
HaoRen b7128bac5f supports collective communicated training (#18175)
7 years ago
qingqing01 9047ac687e
Simplify multi_box_head API in detection.py and remove assign op. (#18310)
7 years ago
hutuxian e42057cd1a
add ut for pipeline training (#18289)
7 years ago
Jiabin Yang bd61d89925
test=develop, recover ocr ut on dygraph (#18166)
7 years ago
Yibing Liu 23941e43ec
Update lamb optimizer (#18333)
7 years ago
whs 1bdfd2eb85
Fix checkpoint of Light-NAS (#18330)
7 years ago
Jiabin Yang 79bcdbbf1a test=develop, disable basic gru related ut (#18329)
7 years ago
Jiabin Yang 831a3e62ca
Add install check for multigpu (#18323)
7 years ago
Zeng Jinle f88e07a0d3
fix lod_tensor.py grammar error, test=develop (#18308)
7 years ago
Hongyu Liu df2eee71d8
Sequence mask support tensor (#18249)
7 years ago
Jiabin Yang 9cb799be50
test=develop, Revert "Add multi gpu install check" (#18313)
7 years ago
Qiao Longfei 0e08e91c18
optimize communicator merge sparse gradient test=develop (#18159)
7 years ago
Jie Fang 172c2facef init black/white lists (#17847)
7 years ago
chengduo e06c69c788
Fix default value of fluid.memory_optimize (#18295)
7 years ago
Zhaolong Xing 6978b2e48e
fix split and sampled softmax (#18280)
7 years ago
hutuxian 6ed73830c2
add api desc for pipeline training (#18293)
7 years ago
liuwei1031 a736c03b10
improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs (#18261)
7 years ago
chengduo d54e13bbec
add random seed for recurrent op test (#18274)
7 years ago
liuwei1031 4151d90c16 improve the hint message of memory optimize, test=develop (#18260)
7 years ago
guru4elephant ff399fd720
fix paddle cloud role maker bug (#18269)
7 years ago
Yibing Liu 412951d7d2
Fix ema's example & fp16 update (#18273)
7 years ago