Commit Graph

245 Commits (a9520db24ef8b101514b0bcaff39dd359f72dcb7)

Author SHA1 Message Date
Aurelius84 100914ddbe
Fix bug with `if Tensor` in is_control_flow (#24433)
6 years ago
liym27 f9a4f9f4c4
Remove redundant code. test=develop (#24397)
6 years ago
Aurelius84 9bf70ed752
[dy2stat]Support save_inference_model in program_translator (#24353)
6 years ago
liym27 03f4684d76
[Dy2Stat] Add test for bert pretraining. (#24350)
6 years ago
hong 6d8dcc7407
Fix np ndarray mul varbase (#24331)
6 years ago
hong 5f65d9d58c
Fix dygraph exit issue (#24347)
6 years ago
Aurelius84 1ed8baf9c8
[dy2static] Support for static graph training with @declarative decorator (#24259)
6 years ago
liym27 ac9a7eeea4
[Dy2Stat]Support list pop (#24250)
6 years ago
Xing Wu f79526c21c
Fix dygraph rnn doc (#24148)
6 years ago
liym27 e8869a907b
Fix bug in ProgramTranslator.get_output, convert all items into VarBase in nested list. (#24267)
6 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
6 years ago
zhongpu 61d19a8e1c
fix if logic in dygraph, test=develop (#24208)
6 years ago
Chen Weihang 9b851ba216
[dy2static] Add print transformer and unify print format (#24068)
6 years ago
Chen Weihang 9b3086cfb7
Fix some problems in StaticModelRunner (#24082)
6 years ago
qingqing01 b059fb955d
Add trainable_statistics in attr for batch_norm. (#24072)
6 years ago
liym27 2961a4f07d
[Dy2Stat] Optimize loop cond (#24049)
6 years ago
Xing Wu f6e8bf0d24
update cudnn rnn weights, test=develop (#23929)
6 years ago
Yibing Liu 720d18990c
Init complex number neural network (#24018)
6 years ago
wawltor 5c669ad1c2
Add the support dygraph out attribute for the op of mm in api2.0 (#23978)
6 years ago
liym27 1507f77a18
Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966)
6 years ago
liym27 0b0adbf9b6
[dy2static]Support recursive call (#23900)
6 years ago
Huihuang Zheng 45e48c3c32
[Dy2stat] Add Test and Example Code for Different Access to ProgramTranslator and Fix Related Bug (#23958)
6 years ago
Huihuang Zheng 81c4def96a
[Dy2stat] Rename Dygraph To Static Decorators (#23880)
6 years ago
liym27 37ef7c1351
[dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923)
6 years ago
Chen Weihang fccbc485f5
remove redundant visit func, test=develop (#23877)
6 years ago
Chen Weihang 5b97b8556e
remove train eval set in static runner, test=develop (#23834)
6 years ago
songyouwei 8f63a3ecff
fix no_grad argspec (#23790)
6 years ago
Xing Wu 840ac2b302
Cudnn rnn layers api (#23390)
6 years ago
zhongpu 2beb6eacba
fix if logic in dygraph (#23728)
6 years ago
Aurelius84 d265b16aed
Support transform two independent functions in dygraph_to_static_output (#23652)
6 years ago
Chen Weihang a2315d37cf
remove logging setting, test=develop (#23715)
6 years ago
songyouwei 0307393721
API(PRelu) error message enhancement (#23539)
6 years ago
songyouwei cae9340ec8
API(GRUUnit) error message enhancement (#23535)
6 years ago
songyouwei 475de6da22
API(Embedding) error message enhancement (#23533)
6 years ago
songyouwei dc1901f48e
API(BilinearTensorProduct) error message enhancement (#23528)
6 years ago
Aurelius84 d1f9a26c95
Refine mechanism of calling outer function in dy2static (#23688)
6 years ago
songyouwei 4d0efee4f4
Linear revert to matmul op (#23654)
6 years ago
silingtong123 f9e2a27963
error message of SpectralNorm OP enhancement (#23516)
6 years ago
zhongpu 076dcdfde9
add instance_norm op for dygraph (#23362)
6 years ago
songyouwei cb36478a36
add LayerList insert and extend (#23377)
6 years ago
Zhou Wei 1f83069117
API(to_variable/save_dygraph) error message enhancement(#23683)
6 years ago
zhongpu 60d1f98a7d
error message enhancement for Pool2D, test=develop (#23607)
6 years ago
liym27 f9c9d50e7e
Return VarBase of ProgramTranslator.get_output instead of numpy.ndarray. test=develop (#23663)
6 years ago
zhongpu 01a78323a7
API/OP (Conv2DTranspose) error message enhancement (#23590)
6 years ago
Leo Chen 795a0a9ab4
fix a typo, test=develop (#23685)
6 years ago
silingtong123 cec234b1aa
test=develop, error message of tree_conv OP enhancement (#23574)
6 years ago
silingtong123 7277df47bb
error message of NCE API enhancement (#23544)
6 years ago
songyouwei a1a95f8108
fix no_grad signature (#23600)
6 years ago
zhongpu d40c52403d
error message enhancement for Linear, test=develop (#23595)
6 years ago
zhongpu c1c8c7e431
error message enhancement for Conv2D, test=develop (#23561)
6 years ago