Wu Yi
26200f2e42
[1.1] [project] train imagenet using large batch size ( #13766 )
...
* fix nccl2 lars dist support
* put lars in momentum op
* add tests lars
* fix ci
* fix cpu kernel
* soft warning
* remove lars in test_recognize_digits.py
* move to another op
* add file
* update api.spec test=develop
* update test=develop
* fix api.spec test=develop
* wip
* wip, finish grad merge ops
* wip, finish graph build
* wip test running
* work on 1 gpu
* workable version
* update
* fix tests
* fuse broadcast op
* fix compile failed
* refine
* add batch merge test mnist
* fix CI test=develop
* fix build
* use independent bn params for batch merge test=develop
* update api.spec
* follow comments and for test
* wip
* refine tests test=develop
* follow comments test=develop
* remove startup bn modify test=develop
* follow comments test=develop
* fix merge test=develop
7 years ago
sneaxiy
3ad3635de0
fix conflict
7 years ago
sneaxiy
3ee0a6489d
remove kwargs in python api
7 years ago
Wu Yi
29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training ( #13220 )
...
* wip
* clean up
* should fix running with memopt
* add ut
* mark lr schedule op role
* hide lr_schedule_guard
* use op_role_var instead of ufind
* unify dist test name
* wip for py3 support
* fix var deref
* fix python3 mem_opt order
* remove comments
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
fengjiayi
977764f28c
Fix the other lr_decay
7 years ago
fengjiayi
381bacaa49
Fix piecewise_decay and fix a unittest error
7 years ago
qiaolongfei
b77c886ed4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Yu Yang
1171c2c57d
Merge pull request #11457 from JiayiFeng/dev_add_doc
...
Add API reference
7 years ago
qiaolongfei
bf3ff5b091
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update-api-reference-1
7 years ago
Wu Yi
53d1d0f0f2
add LARS support ( #10374 )
7 years ago
Xin Pan
a219f3cc19
follow comments
7 years ago
Xin Pan
4a0f3743c3
Refine API doc
7 years ago
qiaolongfei
1c9fc655d0
update
7 years ago
fengjiayi
980499faf1
fix errors
7 years ago
qiaolongfei
0ae6709174
update document
7 years ago
fengjiayi
c6c9c657e0
update doc
7 years ago
qiaolongfei
d76f8a8f5d
refine doc of polynomial_decay
7 years ago
yuyang18
8c9041f486
Refine LinearCRF
7 years ago
gongweibao
35483a2094
Add neural transformer leanring rate decay function. ( #9951 )
...
Add neural transformer leanring rate decay function
7 years ago
Qiao Longfei
f45a82be4e
change learning_rate_decay to learning_rate_scheduler ( #8583 )
...
* change learning_rate_decay to learning_rate_scheduler
* optimize code
* change nn.cast to tensor.cast
7 years ago