Commit Graph

221 Commits (7c55a94de51b1de42bd444c0d8ab20c9eeabcb4e)

Author SHA1 Message Date
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
6 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
6 years ago
songyouwei 0c617377a9
add case and switch_case unittests for dygraph mode (#22790)
6 years ago
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
6 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
6 years ago
ShenLiang 3132681e8a
add partial_sum op in contrib (#22292)
6 years ago
ShenLiang e136661304
add partial_concat op in contrib (#22528)
6 years ago
hong 008ea1ae2e
Fix test layers 单测随机挂问题 (#22278)
7 years ago
hong 6e04334cec
Check dygraph weight name (#22140)
7 years ago
songyouwei 1ae3f47f59 update PRelu arg (#21946)
7 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
7 years ago
mapingshuo 81030125a3
convert input vars' dtype for range op (#22028)
7 years ago
songyouwei 56414c7daf move private weight fields to public ones (#21982)
7 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
7 years ago
zhoushiyu cee2ccb078
add shuffle batch op (#21674)
7 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
7 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
7 years ago
songyouwei 1395828408 Add dygraph Linear layer (#21265)
7 years ago
Youwei Song f6144d8463 remove build_once & name_scope (#21131)
7 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
7 years ago
Youwei Song cdba41af4d dygraph Embedding layer use lookuptable v2 (#21209)
7 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
7 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
7 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
7 years ago
ruri 007c997572
Add masked select api (#21172)
7 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
7 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
7 years ago
qingqing01 63194d6e67
Enhance InferShape in deformable_conv and prior_box op (#20372)
7 years ago
hong fa43e80e19 New save load interface (#20148)
7 years ago
Yibing Liu 01ad8d2e06
Refactor linear chain crf op & crf decoding op (#19982)
7 years ago
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
7 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
7 years ago
Kaipeng Deng e7a6567be5
polish pool infer shape (#20038)
7 years ago
Aurelius84 99a9615a4b
Removing length dims constraints of seq_pad and seq_unpad (#19497)
7 years ago
ruri d31c92a2cd
add mse_loss (#19759)
7 years ago
Tao Luo a4919d3688
move tree_conv to fluid.contrib.layers (#19918)
7 years ago
Zhang Ting b38889413d add crop_tensor_op, test=develop, test=document_preview (#19314)
7 years ago
wangchaochaohu 47af618f70
Strided slice (#19642)
7 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
7 years ago
Jiabin Yang cc311bdf95
Feature/add transform data dygraph (#19707)
7 years ago
ruri a0e9b7b9a2
add unittest for square error cost op (#19746)
7 years ago
whs 3abe84500e
Fix data type of variable in edit distance evaluator (#19618)
7 years ago
FDInSky a18cf5e119 add a argument for softshrink python api (#19396)
7 years ago
Jiabin Yang 1ce0a09e60
fix con2d transpose bias by create and init it in build_once (#18968)
7 years ago
vincentXiyu 482ce818bb Support Tensor input with padding for warpctc op (#19322)
7 years ago
Jiawei Wang 6ac32d0981 Instag Implemention (#18394)
7 years ago
huangjun12 20f18930ae Add hard swish op (new op) (#19001)
7 years ago
ShenLiang 4397cb318e add eye op, kernel and unitest test=develop (#18980)
7 years ago
Kaipeng Deng f86fead693
Add trilinear_interp OP (#18711)
7 years ago
whs 075e1cf78e
Add python API for appending LoD level (#18702)
7 years ago