- 06 11月, 2019 4 次提交
-
-
由 liym27 提交于
-
由 juncaipeng 提交于
* Fix bug for inserting add_quant_dequant_op to same variable repetitively in add_quant_dequant_pass, test=develop
-
由 ddokupil 提交于
* add ending message Add ending message to indicate script execution properly finished * Update paddle_build.sh test=develop * Update paddle_build.sh test=document_fix * Update paddle_build.sh test=develop test=document_fix
-
由 Zeng Jinle 提交于
-
- 05 11月, 2019 11 次提交
-
-
由 tianshuo78520a 提交于
* split api_spec document;test=document_fix * change tools * test=develop;test=document_fix * test=develop;test=document_fix
-
由 juncaipeng 提交于
* add post training quantization, test=develop * specify the quantizable op type, test=develop
-
由 zhaoyuchen2018 提交于
ocr_recognition fails, so add a path to handle small frame_size. test=develop
-
由 Zeng Jinle 提交于
-
由 Chengmo 提交于
* test=develop,fix rpc not wait in geo
-
由 Leo Chen 提交于
* Add c++ global current tracer for dygraph, test=develop * add tracer property in c++, test=develop * support different place, test=develop * add unittest for tracer, test=develop
-
由 Zeng Jinle 提交于
-
由 Huihuang Zheng 提交于
-
由 xujiaqi01 提交于
* remove duplicate code and duplicate config of master+patch * drop all ins which has conflict slot or size < merge_size * user only need to set merge size,if ins num of same id is not equal to merge size, just drop these ins * user must make sure master data and patch data has no same slot whose feasigns are both non-zero, otherwise these ins will be dropped. (slot list should still be the same of both master and patch) * test=develop
-
由 Tao Luo 提交于
test=develop
-
由 Zeng Jinle 提交于
* support no need buffer vars in dygraph, test=develop * fix inference compilation error, test=develop * update no_need_buffer_vars_inference, test=develop * add unittests for no_need_buffer_vars_context, test=develop * refine no_need_buffer_vars by return ref, test=develop * polish some codes, test=develop
-
- 04 11月, 2019 7 次提交
-
-
由 wangchaochaohu 提交于
-
由 Thunderbrook 提交于
test=develop
-
由 Yucheng 提交于
* test=develop
-
由 zhouwei25 提交于
-
由 Zhang Ting 提交于
-
由 Liufang Sang 提交于
-
由 zhongpu 提交于
-
- 03 11月, 2019 2 次提交
-
-
由 tangwei12 提交于
* bug fix, test=develop
-
由 liuwei1031 提交于
* fix windows python setup issue caused by #20641, test=develop * tweak python/CMakeLists.txt, test=develop * redirect log inside setup.py, test=develop * fix typo, test=develop
-
- 02 11月, 2019 2 次提交
-
-
由 Wilber 提交于
fix squared_mat_sub_fuse_pass when elementwise_op input is from persistable param test=develop (#20960) fix squared_mat_sub_fuse_pass when elementwise_op input is from persistable param
-
由 Dong Daxiang 提交于
* add launch_ps module so that we can launch a parameter server training job 1) a user can specify worker_num and server_num 2) parameter server can be killed after all workers exit 3) unit test is added test=develop
-
- 01 11月, 2019 8 次提交
-
-
由 Zhang Ting 提交于
fix the bug of conv_transpose cudnn kernel: before version 1.6, the data_format is AnyLayout in inference model. When use version 1.6 and load the model which is saved by previous version, the error occurs. This is because the cudnn kernel in version 1.6 is not compitable with Anylayout setting.
-
由 wangchaochaohu 提交于
-
由 Leo Chen 提交于
-
由 WangXi 提交于
-
由 Leo Chen 提交于
* don't expose numerous Tensor.set(), test=develop * fix condition, test=develop * fix float16 bug, test=develop * feed should be Tensor or np.array, not Variable or number, test=develop * use forcecast to copy numpy slice to new array, test=develop * remove float16-uint16 hacking, test=develop
-
由 zhaoyuchen2018 提交于
seems shuffle_sync cannot handle small size test=develop Signed-off-by: Nzhaoyuchen <zhaoyuchen01@baidu.com>
-
由 Zeng Jinle 提交于
-
由 123malin 提交于
* update pserver decay blocks * update distributed notify handler
-
- 31 10月, 2019 6 次提交
-
-
由 Chengmo 提交于
* fix PaddleCloud Role maker & add warning in distribute transpiler & change rpc_retry_times
-
由 liym27 提交于
-
由 liym27 提交于
-
由 Zhang Ting 提交于
* maxout support channel_last input, test=develop * modified details of Input(X) and Attr(groups, axis) in doc, test=develop
-
由 WangXi 提交于
-
由 Yihua Xu 提交于
-