Commit Graph

241 Commits (7c42f056e2ece4080ac1203489b9730ceb3837eb)

Author SHA1 Message Date
zhupengyang f8863e0603
leaky_relu and LeakyReLU: alpha->negative_slope (#26216)
5 years ago
ceci3 56890dc729
Add SyncBatchNorm (#26032)
5 years ago
yaoxuefeng 224620071b
add new flatten op test=develop (#25393)
5 years ago
ceci3 fc0da42b73
add Pad2D and LeakyReLU (#25177)
5 years ago
Kaipeng Deng 74468bf428
add mish op. (#24565)
5 years ago
hong c233328c58
change zero copy from true to false; test=develop (#24946)
5 years ago
whs 4c01d6d53e
Enhance checking in some operator. (#24473)
5 years ago
lilong12 a13a4dbc7b
Improving error reporting messages for ops (#24438)
5 years ago
ShenLiang 0fb9b208ab
Add batch_fc op in contrib (#24017)
5 years ago
GaoWei8 0be4b04d13
Api (lod_append) error message enhancement (#23541)
5 years ago
FlyingQianMM b4be5ef5ec
OP(retinanet_detection_output, retinanet_target_assign, sigmoid_focal_loss, deformable_roi_pooling) error message enhancement. test=develop (#23726)
5 years ago
FDInSky 0a878be817
modify some op for dyg rcnn (#23648)
5 years ago
littletomatodonkey 1c08a2136e
test=develop, add addmm op (#23384)
5 years ago
zhongpu 076dcdfde9
add instance_norm op for dygraph (#23362)
5 years ago
zhongpu 01a78323a7
API/OP (Conv2DTranspose) error message enhancement (#23590)
5 years ago
zhongpu d40c52403d
error message enhancement for Linear, test=develop (#23595)
5 years ago
zhongpu c1c8c7e431
error message enhancement for Conv2D, test=develop (#23561)
5 years ago
songyouwei b11340a437
support Layer level train/eval mode (#22463)
5 years ago
zhongpu 8d95a10906
fix if logic in dygraph, test=develop (#23512)
5 years ago
ShenLiang c706ff20a3
fix conflict, test=develop (#23298)
5 years ago
Kaipeng Deng 21d95be0db
Add inplace abn op (#22806)
5 years ago
songyouwei 9203aaf185
fix unittest for coverage (#23007)
5 years ago
songyouwei 0c617377a9
add case and switch_case unittests for dygraph mode (#22790)
5 years ago
songyouwei b813c948f0
support control flow cond in dygraph mode (#22693)
5 years ago
songyouwei 60aaa7158b
dygraph support while_loop op (#22714)
5 years ago
ShenLiang 3132681e8a
add partial_sum op in contrib (#22292)
5 years ago
ShenLiang e136661304
add partial_concat op in contrib (#22528)
5 years ago
hong 008ea1ae2e
Fix test layers 单测随机挂问题 (#22278)
5 years ago
hong 6e04334cec
Check dygraph weight name (#22140)
5 years ago
songyouwei 1ae3f47f59 update PRelu arg (#21946)
5 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
5 years ago
mapingshuo 81030125a3
convert input vars' dtype for range op (#22028)
5 years ago
songyouwei 56414c7daf move private weight fields to public ones (#21982)
5 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
5 years ago
zhoushiyu cee2ccb078
add shuffle batch op (#21674)
5 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
5 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
songyouwei 1395828408 Add dygraph Linear layer (#21265)
5 years ago
Youwei Song f6144d8463 remove build_once & name_scope (#21131)
6 years ago
lilong12 de46b15951
Unify the rank of prelu alpha to 4, corresponding to [N, C, H, W], except for the all mode
6 years ago
Youwei Song cdba41af4d dygraph Embedding layer use lookuptable v2 (#21209)
6 years ago
wangchaochaohu 4c9b3dafa7
fill_constant_batch_size_like OP precious problem fix (#21337)
6 years ago
ruri 94bef03539
Revert "Add masked select api (#21172)" (#21456)
6 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
6 years ago
ruri 007c997572
Add masked select api (#21172)
6 years ago
Kaipeng Deng 67c836fb5c
batch_norm momentum support variable (#21246)
6 years ago
Guo Sheng bd99df715a
Fix basic_gru and docs of gru_unit and dynamic_gru (#19393)
6 years ago
qingqing01 63194d6e67
Enhance InferShape in deformable_conv and prior_box op (#20372)
6 years ago
hong fa43e80e19 New save load interface (#20148)
6 years ago
Yibing Liu 01ad8d2e06
Refactor linear chain crf op & crf decoding op (#19982)
6 years ago