- 28 10月, 2019 1 次提交
-
-
由 Chen Weihang 提交于
* replace part of the old implementation, test=develop * restore concat op, test=develop * update all ops implemention & delete GetDataTypeOfVar func, test=develop
-
- 25 10月, 2019 3 次提交
-
-
由 xujiaqi01 提交于
* no longer need to define all embedding layers (no one less) of all slots in each program. make trainer_param repeated in ps.proto. * add find_distributed_lookup_table_grads instead of hard code GRAD * support embedding stop gradient. push sparse has error before fix this.* * fix fill sparse, skip slots which do not have embedding. each slot's embedding in a sparse table should be used in all training programs before fix this. * fix pull sparse, skip slots which do not have embedding. * fix collect feasign label info, skip slots which do not have embedding. * support when there are multi sparse tables in one or multi training programs, each program can pull/push its own related sparse tables instead of all sparse tables. * test=develop
-
由 Yamei-Lee 提交于
consider the situation that shape of input can contain more than one -1. test=develop
-
由 Chen Weihang 提交于
* Make formatted ENFORCE stack adapt to more situations and polish details, test=develop * restore template message position, test=develop
-
- 24 10月, 2019 9 次提交
-
-
由 Zeng Jinle 提交于
-
由 Zhang Ting 提交于
* All elements in attr(shape) of crop_tensor can be -1, test=develop, test=document_preview * fix the bug that attr(offsets) should be initialized, test=develop
-
由 danleifeng 提交于
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
* add more err msg, test=develop * add more unittests, test=develop
-
由 Tao Luo 提交于
* make search_compute support avx only * clean search_compute.h * rename sse_axpy to avx_axpy test=develop * update CMakeLists.txt test=develop
-
由 zhongpu 提交于
* add PADDLE_ENFORCE for dygraph to optimize error throw, test=develop * fix some error, test=develop * delete PADDLE_ENFORCE_EQ in VarBase::NewVarBase, test=develop
-
由 WangXi 提交于
-
由 wangchaochaohu 提交于
-
- 23 10月, 2019 7 次提交
-
-
由 Zeng Jinle 提交于
* jit/trace 1st version, test=develop * add more unittests, test=develop
-
由 zhaoyuchen2018 提交于
The op should handle k=1024 test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 whs 提交于
-
由 Pei Yang 提交于
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733) * fix pool2d trt converter, test=develop * add fix for split op converter, test=develop
-
由 石晓伟 提交于
* update the infer shape of matmul, test=release/1.6 * add unittests of matmul, test=release/1.6 * change func names, test=develop
-
由 石晓伟 提交于
-
- 22 10月, 2019 2 次提交
-
-
由 Adam 提交于
test=develop
-
由 wangchaochaohu 提交于
* add support for __get_item__ of Variable test=develop
-
- 21 10月, 2019 1 次提交
-
-
由 zhongpu 提交于
fix ExecutionContext::HasInput and ExecutionContext::HasOutput depend on the scope structure, test=develop (#20721)
-
- 20 10月, 2019 3 次提交
-
-
由 danleifeng 提交于
-
由 bingyanghuang 提交于
-
由 123malin 提交于
* test=develop, communicator_is_sgd_optimizer flags
-
- 19 10月, 2019 2 次提交
-
-
由 Aurelius84 提交于
-
由 石晓伟 提交于
-
- 18 10月, 2019 10 次提交
-
-
由 lvmengsi 提交于
-
由 石晓伟 提交于
* support MLU nums, test=develop * change anakin apis, test=develop
-
由 wopeizl 提交于
* add support to gcc8, add docker env test=develop
-
由 xujiaqi01 提交于
* add check nan / inf in downpour worker during training * test=develop
-
由 WangXi 提交于
-
由 gongweibao 提交于
-
由 liu zhengxi 提交于
modify the way to pass parameter out_size in function.
-
由 Zeng Jinle 提交于
-
由 Zeng Jinle 提交于
-
- 17 10月, 2019 2 次提交
-
-
由 Jacek Czaja 提交于
* - Flushing mkl-dnn cache test=develop - Disabled clearing cache for LoadModel - Added clearing of mkl-dnn cache when Executor is created test=develop - Do not clear for GPU places test=develop - compilation fix test=develop * - Moved clearing of mkl-dnn cache in destructor of executor test=develop * - Compilation fix test=develop - Reverted conditional clearing of mkl-dnn cache in Executors's destructor test=develop - compilation fix
-
由 Zeng Jinle 提交于
-