- 28 12月, 2018 1 次提交
 - 
- 
由 Wu Yi 提交于
* wip * wip * refactor no.1 dir structure test=develop * fix linking test=develop * fix includes test=develop * fix build test=develop * fix build test=develop
 
 - 
 - 07 12月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 23 11月, 2018 1 次提交
 - 
- 
由 Qiao Longfei 提交于
 
 - 
 - 06 11月, 2018 1 次提交
 - 
- 
由 Wu Yi 提交于
* wip * add ref_by_trainer_id op * ready to test * fix ref inputs * refine rpc_op_handle * fix merge bug
 
 - 
 - 20 7月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 20 6月, 2018 1 次提交
 - 
- 
由 Yancey1989 提交于
 
 - 
 - 19 6月, 2018 1 次提交
 - 
- 
由 tangwei12 提交于
 
 - 
 - 18 6月, 2018 1 次提交
 - 
- 
由 tangwei12 提交于
 
 - 
 - 14 6月, 2018 1 次提交
 - 
- 
由 tangwei12 提交于
 
 - 
 - 11 6月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 23 5月, 2018 1 次提交
 - 
- 
由 Xin Pan 提交于
 
 - 
 - 22 5月, 2018 1 次提交
 - 
- 
由 Xin Pan 提交于
Experiment on vgg flower, 2 trainers, 1ps. more trainer could have more speedup. After: Pass = 0, Iters = 327, Speed = (7.52) img/s Before: Pass = 0, Iters = 385, Speed = (6.77) img/s 
 - 
 - 04 5月, 2018 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 03 5月, 2018 1 次提交
 - 
- 
由 Xin Pan 提交于
 
 - 
 - 08 4月, 2018 2 次提交
 - 
- 
由 Yancey1989 提交于
 - 
由 Yancey1989 提交于
 
 - 
 - 03 4月, 2018 1 次提交
 - 
- 
由 Yancey1989 提交于
 
 - 
 - 02 4月, 2018 1 次提交
 - 
- 
由 _青葱 提交于
 
 - 
 - 30 3月, 2018 1 次提交
 - 
- 
由 Yancey1989 提交于
 
 - 
 - 28 3月, 2018 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 22 3月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
 
 - 
 - 09 3月, 2018 1 次提交
 - 
- 
由 武毅 提交于
 
 - 
 - 10 2月, 2018 1 次提交
 - 
- 
由 Yi Wang 提交于
 
 - 
 - 11 1月, 2018 1 次提交
 - 
- 
由 gongweibao 提交于
Async GRPC sendrecv
 
 - 
 - 05 1月, 2018 1 次提交
 - 
- 
由 Yancey 提交于
* send_recv variable * delete unused logs * fix ci failed * update * resize tensor before tensor copy * add selectedrows unit test * check rows
 
 - 
 - 26 12月, 2017 1 次提交
 - 
- 
由 Luo Tao 提交于
 
 - 
 - 18 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 13 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 11 12月, 2017 1 次提交
 - 
- 
由 typhoonzero 提交于
 
 - 
 - 30 11月, 2017 1 次提交
 - 
- 
由 武毅 提交于
* add back print_operators_doc * fix style check * fix style check
 
 - 
 - 28 11月, 2017 2 次提交
 - 
- 
由 Yu Yang 提交于
* Add Python wrap of conv2d_transpose and its unittest * Follow comments * Fix format
 - 
由 武毅 提交于
* WIP send recv op * WIP send recv * put grpc impl in details * put grpc impl in details * update wip * update proto * update proto * update proto * clean cmake * wip on op implementations * wip on op implementations * compile ok adding ut * wip unitest * add extern cares for linking * wip add ut * working version send recv * revert optimizer.py * update test cmake * add libtool to dockerfile * update cmake dependency * update cmake depends * update cmake grpc depends * fix cmake dependency * fix compile error * fix compile * follow comments * update * update copyfrom
 
 - 
 - 06 11月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Use stable_sort in lod_rank_table It is easy to debug and test when use `stable_sort`and the time complexity is not changed. * Add LoDTensorArray
 
 - 
 - 17 10月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
* Feed/Fetch op just plain operator, not a OpWithKernel * Do not register OpInfoMaker since Feed/Fetch will never be configured by users * Feed/Fetch op has empty gradient * Feed/Fetch op do not hard code `feed_variable`, `fetch_variable` as its input and output, make it as a plain Operator input/output
 
 - 
 - 28 9月, 2017 1 次提交
 - 
- 
由 chengduoZH 提交于
 
 - 
 - 27 9月, 2017 1 次提交
 - 
- 
由 Yu Yang 提交于
 
 - 
 - 25 7月, 2017 1 次提交
 - 
- 
由 liaogang 提交于
 
 - 
 - 17 7月, 2017 2 次提交
 - 
- 
由 Yu Yang 提交于
 - 
由 Yan Chunwei 提交于
* add NDEBUG switch to PADDLE_ENFORCE
 
 - 
 - 11 7月, 2017 1 次提交
 - 
- 
由 dongzhihong 提交于
 
 -