- 09 4月, 2020 2 次提交
- 08 4月, 2020 1 次提交
-
-
由 Chengmo 提交于
* test=develop, cherry-pick tdm_child op
-
- 07 4月, 2020 1 次提交
-
-
由 WangXi 提交于
-
- 04 4月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* don't add unregisterd attr, test=develop * add some unittests,test=develop
-
- 03 4月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* cherry-pick add dequantize_log_op and make pyramid hash support int8 weight (#22548) * add dequantize_log_op and make pyramid hash support int8 weight test=develop * add unittest and update pyramid hash op test=develop * remove paddle_enforce test=develop * fix error message test=develop * remove incorrent commit test=develop * fix error message in log_dequantize test=develop * change 2019 to 2020 test=develop * remove useless check_grad test=develop * cherry-pick fix compile error in win gpu (#23196) * fix compile error in win gpu test=develop * fix compile error in win gpu test=develop * fix compile error in win gpu test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* support feed_python_builtin, test=develop * add test, test=develop * support CompiledProgram, test=develop * support fluid.data, test=develop * fix ci problems, test=develop * follow comments, test=develop
-
- 18 3月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 tianshuo78520a 提交于
* fix the travic ci problem
-
- 10 3月, 2020 1 次提交
-
-
由 WangXi 提交于
-
- 09 3月, 2020 2 次提交
-
-
由 WangXi 提交于
-
由 Chen Weihang 提交于
-
- 08 3月, 2020 1 次提交
-
-
由 Double_V 提交于
* support slice double grad, test=develop * merge two doublegradopmaker to one doublegradopmaker,test=develop * change the shape of slice_OP's unittest, test=develop
-
- 06 3月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
-
- 05 3月, 2020 1 次提交
-
-
由 123malin 提交于
* test=develop, bug fix for trainer_factory (#22751) * test=develop, optimize distributedstrategy (#22677)
-
- 04 3月, 2020 3 次提交
-
-
由 chengjuntao 提交于
-
由 Zeng Jinle 提交于
* add recorded cuda memory apis, fix typo, test=develop * add more ut, test=develop * follow comments, test=release/1.7 * fix py35 incompatible issues, test=release/1.7
-
由 FlyingQianMM 提交于
-
- 02 3月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 2月, 2020 1 次提交
-
-
由 tangwei12 提交于
* add sync communicator and implement
-
- 18 2月, 2020 5 次提交
-
-
由 Jiawei Wang 提交于
* Add TopK Op Grad CPU&GPU Kernel test=develop * Add TopK Op Grad, modify grad op maker test=develop * Add TopK Op Grad, modify grad op maker test=develop * Add TopK Op Grad, modify PADDLE_ENFORCE test=develop * Add TopK Op Grad, modify PADDLE_THROW test=develop * Add TopK Op Grad, modify unittest test=develop * fix ngraph top k op unittest test=develop
-
由 123malin 提交于
-
由 songyouwei 提交于
test=release/1.7, test=develop
-
由 Chen Weihang 提交于
-
由 yaoxuefeng 提交于
* update * update test=develop * update compile set test=develop * update compile set test=develop * update test=develop * update test=develop * update test=develop * update compile setting test=develop * update compile setting test=develop * update run demo test=develop * update test=develop * update test=develop * fix test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update format test=develop * update format test=develop * update style test=develop * update style test=develop * change style test=develop * change style test=develop * change style test=develop * add dataset unittest test=develop * update test=develop * update for record test=develop * udpate style for record test=develop * update for record test=develop * update for record test=develop * update for record test=develop * fix format test=develop * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop
-
- 17 2月, 2020 5 次提交
- 16 2月, 2020 2 次提交
-
-
由 hong 提交于
* enhance load program state; test=develop * optimize commet; test=develop
-
由 Chen Weihang 提交于
* split unittests in data loader test, test=release/1.7 * split unittests to different files, test=release/1.7 * remove repeat unittest, test=release/1.7
-
- 13 2月, 2020 4 次提交
-
-
由 石晓伟 提交于
* 1. load model from memory 2. scale is no longer added when saving inference model test=develop * raise ci coverage, test=develop * supports saving weights to memory. test=develop * raise ci coverage, test=develop * fix PADDLE_ENFORCE messages, test=develop
-
由 Guo Sheng 提交于
* Add support for dynamic_decode(while) training. test=develop * Fix assign_op and tensor_array_read_write_op after solving conflict. test=develop * Fix test_rnn_decode_api.py. test=develop * Refine docs for apis in rnn.py. test=develop * Adjust outputs of dynamic_decode. test=develop * Remove the force_cpu update in assign_op. test=develop * Remove the force_cpu update in assign_op. test=develop * Make RNNCell.get_initial_states support batch_dim_idx argument. test=develop * Rename _create_array_outof_while as _create_array_out_of_while in rnn.py. test=release/1.7
-
由 tangwei12 提交于
* add thread barrier for the compiled program
-
由 Zeng Jinle 提交于
-
- 12 2月, 2020 1 次提交
-
-
由 guofei 提交于
This PR makes assign op support LoDTensorArray and enable the loop_vars in while_loop to support tuple or list.
-
- 11 2月, 2020 1 次提交
-
-
由 cc 提交于
* Add weight quantization in post_training_quanzitaion (#22445) * [cherry-pick]Support int16 for Tensor (#22423) * add int16 support, test=develop, test=release/1.7 Co-authored-by: NLeo Chen <chenqiuliang@baidu.com>
-
- 10 2月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-