Commit Graph

33 Commits (387c1db4f1a1e400e9f684ffd93d6a47e61b8179)

Author SHA1 Message Date
Leo Chen 1f97d61c68
Add callback after TensorCopy (#30123)
4 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
4 years ago
liym27 9922bd4125
Fix bug: In dynamic mode, if start or end is negetive, __getitem__ return wrong result(#30003)
4 years ago
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
5 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
5 years ago
liym27 b10ecd9d3a
[inplace] Add ShareHolderWith for class Variable and SharePlaceholderWith in VarBase.detach() to share the same Tensor/SelectedRows (#29267)
5 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
5 years ago
liym27 865a45984f
Check whether there is any inplace operation affecting gradient calculation. (#27901)
5 years ago
Zhou Wei 8ca0a8a859
fix tensor detach to zero copy (#27921)
5 years ago
Zhou Wei 3b0dd5f620
fix bug that to_tensor not support paddle.Place (#28717)
5 years ago
Leo Chen 543ff333cd
Refine the format of printing tensor 3 (support scaler tensor) (#28544)
5 years ago
石晓伟 d9b5f1261c
update the version of pybind, test=develop (#28284)
5 years ago
Zhou Wei fb7f85291b
fix print tensor place,add cpu/cuda/pin_memory API for Tensor (#28200)
5 years ago
Leo Chen f4f823c860
Refine the format of printing tensor 2 (#28216)
5 years ago
cnn 7c1aa0d69d
2.0rc api rename (#28088)
5 years ago
Zhou Wei 2ac6c6c3af
fix bug of tensor copy of CUDAPinnedPlace (#27966)
5 years ago
Zhou Wei bf412f4665
add tensor clone (#27953)
5 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
5 years ago
liym27 074a71bd25
Support assignment to a Variable in dynamic mode but not deal with backward. (#27471)
5 years ago
Zhou Wei d5f4c39fda
set_default_type only take effect on python floats or complex (#26939)
5 years ago
Zhou Wei 7b78bfc089
[2.0API]support set_default_dtype for to_tensor (#26432)
5 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
5 years ago
Leo Chen 1e897f66ee
Refine __str__ of VarBase and ParamBase, test=develop (#25345)
5 years ago
Zhou Wei 8de89e67e9
support tuple/list init for VarBase (#25231)
5 years ago
Aurelius84 02adf68dcc
[Dy2stat]Support buffers and register_buffer in Layer (#24888)
5 years ago
Leo Chen bcdeadcde9
Fix bug of test_var_vase (#24703)
5 years ago
Leo Chen 9c9e635c00
support tensor to varbase, test=develop (#24660)
5 years ago
hong 67f66f0904
Fix get item out of range error (#24339)
5 years ago
Zhou Wei 1f83069117
API(to_variable/save_dygraph) error message enhancement(#23683)
5 years ago
zhongpu 7ca836d3da
support if logic for Variable in dygraph (#22892)
5 years ago
songyouwei 2e2da7124b
high-performance dygraph slice (#22879)
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
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
6 years ago