yuyang
|
82b8a3c5d9
|
Move trainer to contrib
|
7 years ago |
Qiao Longfei
|
6a79ba2f28
|
Add save inference model to trainer (#12682)
* add save_inference_model for Trainer
* add comment
* update comment
* fix mac compile
* add unit test
* update API.spec
* revert cpplint-cpp-source
|
7 years ago |
chengduo
|
3ae97aab6c
|
fix trainer load parameters (#12816)
|
7 years ago |
minqiyang
|
99d3f08920
|
Add print_function for all python files
|
7 years ago |
minqiyang
|
5d4238cdcc
|
Fix six.iteritems problem
|
7 years ago |
minqiyang
|
6dc07e7f95
|
Replace items() with six.moves.iteritems() to improve memory usage
|
7 years ago |
minqiyang
|
559d36328c
|
Apply 2to3 to current paddle main python code
|
7 years ago |
tangwei12
|
5137f62859
|
bug fix
|
7 years ago |
tangwei12
|
550b2e25ae
|
move checkpoint api to trainer.py
|
7 years ago |
tangwei12
|
95545f7676
|
checkpoint api optimized
|
7 years ago |
Wu Yi
|
19e877ffdb
|
Merge pull request #11690 from typhoonzero/fix_trainer_nccl2_env
fix trainer nccl2 env
|
7 years ago |
yi.wu
|
a2e43ae5ce
|
fix trainer nccl2 env
|
7 years ago |
tangwei12
|
2229db523b
|
pserver_id init value to None
|
7 years ago |
tangwei12
|
e589005229
|
merge
|
7 years ago |
yuyang18
|
d1203e3822
|
Add types
|
7 years ago |
yuyang18
|
4649f662e7
|
Follow comments & polish doc
|
7 years ago |
tangwei12
|
1571c25ae9
|
code style fix
|
7 years ago |
tangwei12
|
7efd73ac53
|
code clean
|
7 years ago |
yuyang18
|
ab210925b8
|
Add more docs
|
7 years ago |
yuyang18
|
f97c5d4c47
|
Trainer documentation
|
7 years ago |
yuyang18
|
958ab99ef8
|
Polish Non-Layer API
|
7 years ago |
tangwei12
|
8a178165a6
|
add lookuo table in python
|
7 years ago |
tangwei12
|
a895916274
|
[wip] add load lookup table in io and trianer
|
7 years ago |
tangwei12
|
bf2c53ae0a
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt
|
7 years ago |
Jeff Wang
|
637827a5bc
|
Use for_test=True in the Fluid Trainer to clone the test program (#11323)
* Use for_test=True in the Fluid Trainer to clone the test program
* fix typo
* Should do the samething to the inferencer
|
7 years ago |
tangwei12
|
9e026a93cf
|
remove chief
|
7 years ago |
tangwei12
|
7fbddaa64a
|
bug fix
|
7 years ago |
tangwei12
|
cb7c1245b3
|
code optimized
|
7 years ago |
tangwei12
|
2f44585e83
|
code optimized
|
7 years ago |
tangwei12
|
53409a29d8
|
code optimized
|
7 years ago |
tangwei12
|
6db240d78b
|
update trainer about epoch_id and step id
|
7 years ago |
tangwei12
|
9735f25011
|
optimized
|
7 years ago |
Siddharth Goyal
|
a4237171a5
|
Modify optimizer in new API to support more usecases (#11168)
* Modify optimizer in new API to support more usecase
* Modify CMake to include only modified examples
|
7 years ago |
tangwei12
|
08e5f0ae48
|
rename need_load_checkpoint to get_latest_checkpoint_serial
|
7 years ago |
tangwei12
|
7973d9b4b5
|
bug fix
|
7 years ago |
tangwei12
|
46f2688f30
|
bug fix
|
7 years ago |
tangwei12
|
bca4da4225
|
cancle only chief delete files
|
7 years ago |
tangwei12
|
e44c278e60
|
bug fix about clean
|
7 years ago |
tangwei12
|
b44ede8033
|
bug fix
|
7 years ago |
tangwei12
|
d712af25dc
|
add distribute config
|
7 years ago |
tangwei12
|
0deb6f90ba
|
annotation optimized and code style optimized
|
7 years ago |
tangwei12
|
0211c5df0a
|
bug fix
|
7 years ago |
tangwei12
|
9086043090
|
bug fix and optimize
|
7 years ago |
tangwei12
|
486e1e337d
|
bug fix and optimize
|
7 years ago |
tangwei12
|
ad9dfeb018
|
bug fix and optimize
|
7 years ago |
tangwei12
|
5eea5db95f
|
optimized checkpoint and save_model
|
7 years ago |
tangwei12
|
514b2427ed
|
add save/load persist_vars_without_grad
|
7 years ago |
tangwei12
|
dca0b6d9cc
|
restore param_path
|
7 years ago |
tangwei12
|
b044724db7
|
update fluid Train API param_path to checkpoint_config
|
7 years ago |
Qiao Longfei
|
eb7d87545e
|
add trainer.stop and fix a bug for train_by_parallel_executor (#10762)
|
7 years ago |