Commit Graph

16 Commits (87197f8c2e4d002fc39027c3d4ee99f4ead0ba2c)

Author SHA1 Message Date
Zhen Wang be3777a50a
Add pure fp16 training with master weights. (#27712)
5 years ago
Jiawei Wang a5d13d593c
Momentum Velocity init in Momentum.__init__() (#29223)
5 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
5 years ago
furnace 8ff3550658
refactor momentum op to combine weight (#27414)
5 years ago
Jiawei Wang a1b99fae07
Adadelta Optimizer (#26590)
5 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
7 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
7 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
7 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
7 years ago
dzhwinter 00e8791f66 fix compile in cpu error. test=develop
7 years ago
dzhwinter 8329a1f139 add sparse update momentum. test=develop
7 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
qingqing01 873a50ce35
Fix serious bug in nesterov momentum optimizer. (#12231)
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago