Commit Graph

71 Commits (d60751fb71490b77bbf5b90faa87fcf4bb01670b)

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