Commit Graph

254 Commits (387c1db4f1a1e400e9f684ffd93d6a47e61b8179)

Author SHA1 Message Date
Chen Weihang c1a26e2a05
fix train eval set error in static mode (#29540)
4 years ago
Chen Weihang 0ed80e09fc
Fix param base trainable set failed (#28756)
5 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
5 years ago
littletomatodonkey 2ed84a679d
Add API for pad op. (#27943)
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
zhang wenhui 7a58431c0a
fix norm api doc, test=develop (#27652)
5 years ago
zhupengyang 0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout (#27658)
5 years ago
zhupengyang ac9afa024b
paddle.nn.functional.logsigmoid -> log_sigmoid (#27277)
5 years ago
wangguanzhong a28ae86e11
Enhance ops to support LoD as input for dygraph detection models. (#25316)
5 years ago
ceci3 42d2915ad4
[2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)
5 years ago
Leo Chen 844583c8fd
Refine paddle.manual_seed (#26496)
5 years ago
qingqing01 78ca8cf0c8
Unify the metrics implementation between low-level and high-level API. (#26158)
5 years ago
ceci3 f8dbd7a273
fix syncbn, test=develop (#26523)
5 years ago
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