Commit Graph

21 Commits (bcdbac17534624056443bfd9f91c02c948f01be9)

Author SHA1 Message Date
huangjun12 e480168fae
fix dropout bug in backward when input is 1d tensor (#26837)
5 years ago
huangjun12 3ce727a81c
rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)
5 years ago
huangjun12 7bd7b1884b
add alpha_dropout in nn.functional and nn.layer, test=develop (#26365)
5 years ago
huangjun12 412eca679f
[API2.0] add dropout, dropout2d and dropout3d in nn.functional and nn.layer (#26111)
5 years ago
Zhang Ting 538c848958 add decorator skip_check_grad_ci (#21836)
5 years ago
GaoWei8 c924353d4f Remove self-set accuracy parameters of op tests: max_relative_error (#21740)
5 years ago
juncaipeng f64d006622
Change several tests to inherit the right parent class, test=develop (#21652)
5 years ago
mapingshuo e2d849b989
Dropout with seed (#21590)
5 years ago
Zhang Ting 3df13ab40c
fix PythonAPI test in Op unittest, test=develop (#21455)
5 years ago
lvmengsi 76ba55e891
add error log for python api and c++ (#20061)
5 years ago
Zeng Jinle 28d69d710a
Refine dropout gpu memory (#17095)
6 years ago
phlrain a6e6bc45d6 modify dropout att; test=develop
6 years ago
phlrain ffb24a73ec add dropout attr; test=develop
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 9fc13fde18 Remove python3 relative import of unittest
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
Kexin Zhao 509c8399b8 address comments
7 years ago
Kexin Zhao 18d616ed70 add float16 arithmetic operators on new GPU
7 years ago
Kexin Zhao d03dbb97f9 remove AttrType
7 years ago
Kexin Zhao 05ad15832a initial commit
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago