- 11 7月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* feature/buffer_shared_inplace, test=develop * refine code, test=develop * fix elementwise_add op cpu inplace and sum inplace bug, test=develop * add unittest and debug log, test=develop * fix parallel_executor scope bug, polish code, test=develop * fix sum op, activation op, single_in_place_inference bug, test=develop * remove kLocalExecScopeName, test=develop * fix unittest,test=develop * fix out_var first version bug, test=develop * follow comments,test=develop
-
- 27 6月, 2019 2 次提交
-
-
由 kh2se2013 提交于
* add WITH_COVERAGE option, default OFF test=develop * add coverage for python sdk test=develop * fix code style * fix COVERAGE_FILE path test=develop * remove coverage package test=develop * test = develop, run coverage as module
-
由 HaoRen 提交于
* fix prepare context redundant code problem, optimize executor by caching create_varaiables test=develop * supports collective training in executor * make fetch_list runable with variables, add more unittest for use_program_cache test=develop * fix comment test=develop * use unique name for nccl_id * supports output to stream in program_to_code * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code * set op role in collective training * add collective op role * remove orig file * add build optimizer by strategy * add collective strategy * refine collective strategy * add multi-process role maker * refine strategy building factory so that we can easily plugin more strategy * scale loss grad in collective sgd transpiler * add support for distributed fc * code format * revert some features for dist fc * add support for distributed fc training * fix prepare context redundant code problem, optimize executor by caching create_varaiables test=develop * supports collective training in executor * make fetch_list runable with variables, add more unittest for use_program_cache test=develop * use unique name for nccl_id * supports output to stream in program_to_code * insert sync_comm_stream before regularization; add skip_op_callstack capability in program_to_code * set op role in collective training * add collective op role * fix comment test=develop * remove orig file * add build optimizer by strategy * add collective strategy * refine collective strategy * add multi-process role maker * refine strategy building factory so that we can easily plugin more strategy * scale loss grad in collective sgd transpiler * add support for distributed fc * code format * revert some features for dist fc * add support for distributed fc training * test=develop add collective op unittest standard * test=develop remove the test_collective directory * test=develop remove the test_collective directory * remove slicegather test * code format for reducescatter * update attr of shard_index_op * Modify macro nccl_helper * remove test without distribute * macro collective_helper * marcro update * test=develop update support python3.5 * test=develop change gpu memory use to 0.1 when test * test=develop update ut equal func * test=develop set flags to 1.5 * test=develop fix pickle dumple py35 * test=develop fix divide in slice and add sync_comm_stream update atol and rtol to 1e-05 rm shard_index op and test modify read input from file to read from memory remove origin_program in framework and add i/o in c_sync_calc_stream * test=develop update unittest sync operator I/O
-
- 26 6月, 2019 3 次提交
-
-
由 hutuxian 提交于
-
由 Jiabin Yang 提交于
-
由 Jiabin Yang 提交于
-
- 25 6月, 2019 1 次提交
-
-
由 Hongyu Liu 提交于
* sequnce mask support max length tensor input; test=develop * add rnn_impl.py; test=develop * add basic gru lstm unittest; test=develop * fix api spec; test=develop * fix sequence_mask op bug; test=develop test=document_preview * change +-*x to elmentwise_op; test=develop * add mkl flag; test=develop * fix rnn impl bug; test=develop * update api spec; test=develop * fix doc bug; test=develop * fix lstm bugs; test=develop
-
- 21 6月, 2019 1 次提交
-
-
由 guru4elephant 提交于
* add more print function for timeout issue, make timeout value larger
-
- 20 6月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, fix test_imperative_transformer and ocr * test=develop, remove ocr recovery part
-
- 19 6月, 2019 2 次提交
-
-
由 Qiao Longfei 提交于
-
由 Jiabin Yang 提交于
* test=develop, add add_multi_gpu_install_check * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, support multi cpu
-
- 18 6月, 2019 1 次提交
-
-
由 chengduo 提交于
* remove nccl dep when the number of GPU is 1 test=develop
-
- 12 6月, 2019 1 次提交
-
-
由 tangwei12 提交于
* fix save/load in Fleet * add UT framework of Fleet
-
- 06 6月, 2019 3 次提交
-
-
由 gongweibao 提交于
-
由 Huihuang Zheng 提交于
test=develop
-
由 gongweibao 提交于
-
- 31 5月, 2019 1 次提交
-
-
由 lilong12 提交于
Split the unittest test_dist_mmist into multiple unittests (test_dist_mnist, test_dist_mnist_nccl and test_dist_mnist_lars) to avoid timeout (#17707)
-
- 30 5月, 2019 2 次提交
-
-
由 Hongyu Liu 提交于
-
由 Hongyu Liu 提交于
-
- 29 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, add ocr in dygraph test * test=develop, add cudnn determinist * test=develop, remove useless code * test=develop, fix cmake error
-
- 23 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
-
- 21 5月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 13 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, add gradient sort backward strategy * test=develop, fix test by add FLAGS_cudnn_deterministic on new tests
-
- 07 5月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* remove unused FLAGS_warpctc_dir test=develop * remove FLAGS_warpctc_dir test=develop
-
- 05 5月, 2019 2 次提交
-
-
由 wopeizl 提交于
-
由 tianshuo78520a 提交于
* test=develop * test=deelop
-
- 25 4月, 2019 2 次提交
- 23 4月, 2019 1 次提交
-
-
由 qingqing01 提交于
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862) * Support backward of backward and a new gradient checker * Rename decorators.py to decorator_helper.py, since Python on Windows CI has decorators package. 1. Add ReluDoubleGradMaker when register relu_grad. 2. Add a new gradient checker by comparing theoretical and numerical Jacobian. Check double gradients by double_grad_check.
-
- 22 4月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
* move gc test to op_test test=develop * Revert "move gc test to op_test" This reverts commit cf15da65c38f57c91f53b3d8b3c2365d4aa86016. * enable gc test in some ops test=develop
-
由 wopeizl 提交于
* add parallel build script to ci test=develop * 1. classify the test case as single card/two cards/multiple cards type 2. run test case according to the run type
-
- 18 4月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 17 4月, 2019 1 次提交
-
-
由 gongweibao 提交于
-
- 12 4月, 2019 1 次提交
-
-
由 chengduo 提交于
* enable recurrent op test=develop
-
- 10 4月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 05 4月, 2019 1 次提交
-
-
由 chengduo 提交于
* add unit test for fuse_opt_ops test=develop
-
- 01 4月, 2019 1 次提交
-
-
由 Yan Xu 提交于
* add seresnet unittest test=develop * add dropout layer test=develop * fix ci test=develop * fix comment test=develop * fix comment test=develop * fix ci test=develop * fix ci test=develop * fix ci * fix module name test=develop * run imperative serenext unit test serially test=develop
-
- 29 3月, 2019 2 次提交
- 28 3月, 2019 1 次提交
-
-
由 gongweibao 提交于
-