Commit Graph

2778 Commits (13ca364ceba962bbd7eb61bcd2a5dce265678ab4)

Author SHA1 Message Date
LielinJiang 6d72a86b14 fix_roi_transform_bug (#19785)
7 years ago
Zeng Jinle db26de8389
[Bug fix] Disable memory reuse on feeded variables (#19835)
7 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
7 years ago
chengduo b99fc38cec
Add fp16 support for dygraph (#19828)
7 years ago
Leo Chen 5fbf03d6b4 Enhance OpTest to support double grad inplace check (#19826)
7 years ago
liym27 677e714425 fix pow op, support tensor for agument factor. (#19313)
7 years ago
liym27 bd89a27308 add tensor support for argument shape in reshape op; (#19268)
7 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
7 years ago
liym27 e9e3c08777 fix expand op: (#19302)
7 years ago
xujiaqi01 6bf298bf09
support preload thread, optimize hdfs log, fix master+patch bug (#19695)
7 years ago
Jiabin Yang cc311bdf95
Feature/add transform data dygraph (#19707)
7 years ago
lvmengsi b76343c3b7
cpu Conv double grad (#19672)
7 years ago
翟飞跃 93c85c930a Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770)
7 years ago
ruri a0e9b7b9a2
add unittest for square error cost op (#19746)
7 years ago
zhongpu 52673956de add kernel for squeeze_op, test=develop (#19656)
7 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
7 years ago
Aurelius84 8c7e411908
Remove constraint that last dimension is forced to be 1 by adding one_hot_v2 (#19716)
7 years ago
chengduo c308c88d71
Fix test_parallel_executor_test_while_train (#19723)
7 years ago
Zeng Jinle 078a678219
refine math_op_patch, test=develop (#19727)
7 years ago
Yiqun Liu a65c728e5d
Implement the GPU kernel of fc operator (#19687)
7 years ago
Aurelius84 22301115d0
Remove constraint that last dimension is forced to be 1 in huber_loss op (#19562)
7 years ago
Thunderbrook bda92434db remove trainer desc test in windows temporarily (#19753)
7 years ago
Youwei Song 810a33c8bd fix dygraph partitial backward problem (#19625)
7 years ago
Tao Luo ec9bc1bd9f
paddle::framework::vectorize() templatization (#19730)
7 years ago
Zeng Jinle bb4f8dee83
add logs to left var memory size, test=develop (#19722)
7 years ago
chengduo 2c30e64b2f
increase timelimit test_pe_serexnext (#19702)
7 years ago
wangguanzhong 25dcd74d34
merge empty lod tensor, test=develop (#19228)
7 years ago
Chen Weihang c78a4781bf
Fix train error when test_program.clone is executed after optimizer.minimize (#19397)
7 years ago
zhongpu 5f627488db add kernel for unsqueeze_op and Add unsqueezed op test, test=develop (#19436)
7 years ago
123malin a25a716e87
Optimize fleet API: add input check for some interfaces (#18971)
7 years ago
Aurelius84 25c0eb28cc
fix unittest random failed test=develop (#19654)
7 years ago
chengduo 5c4eb394e9 Make test_pe_seresnext serial (#19634)
7 years ago
chengduo ac34aac33f Disable the test_parallel_executor_test_while_train temporarily (#19641)
7 years ago
123malin 2f037c3189
fix the diff between async mode and async_half mode (#19535)
7 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
7 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
7 years ago
Aurelius84 6364ebc4dd
Add distributions of Categorical and MultivariateNormal (#18263)
7 years ago
Zeng Jinle 710767d894
Enable inplace support for some ops (#19612)
7 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
7 years ago
danleifeng 8672e15363 elementwise broadcast function enhancement (#19536)
7 years ago
zhongpu 118bb897cf add kernel for flatten_op, test=develop (#19472)
7 years ago
baojun a3a4b6e570 Enable ngraph through build_strategy (#19266)
7 years ago
ShenLiang 2cd3fa3e9a add scatter_nd op and scatter_nd_add op (#19571)
7 years ago
wawltor 364c44422e
Add the support the int64 data type of `scatter_op` input Index(#18804) (#19508)
7 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
7 years ago
hutuxian 66ad68ed7b
Update UT test_boxps (#19599)
7 years ago
baojun f2ad30c4dd Some ngraph op and unittest fix (#19515)
7 years ago
Tao Luo 49523ea189
replace PADDLE_ASSERT with PADDLE_ASSERT_MSG (#19586)
7 years ago
Zeng Jinle 635cd62d23
remove deprecated memory_optimize usages, test=develop (#19579)
7 years ago
gongweibao 57f0f0f2dc
Delete pserver complete file before executor running. (#19468)
7 years ago