Commit Graph

234 Commits (55b664a1310c3148809688a7fbdd94073aa26a7d)

Author SHA1 Message Date
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)
5 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
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
6 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
6 years ago
Kaipeng Deng e7a6567be5
polish pool infer shape (#20038)
6 years ago
Aurelius84 99a9615a4b
Removing length dims constraints of seq_pad and seq_unpad (#19497)
6 years ago
ruri d31c92a2cd
add mse_loss (#19759)
6 years ago
Tao Luo a4919d3688
move tree_conv to fluid.contrib.layers (#19918)
6 years ago
Zhang Ting b38889413d add crop_tensor_op, test=develop, test=document_preview (#19314)
6 years ago