- 18 2月, 2020 3 次提交
-
-
由 123malin 提交于
-
由 Yibing Liu 提交于
test=release/1.7
-
由 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 3 次提交
-
-
由 Zhaolong Xing 提交于
* [cherry-pick] :Refine the error log about runtime batch and max_batch_size. #22535 test=release/1.7 * fix comments test=release/1.7
-
由 Wilber 提交于
[cherry-pick] #22551 当一个模型中有多个fc_lstm子图的时候,且其中fc共用了同一个persistable的bias,此时不应该将bias节点删除,只将非persistable的节点去除即可。
-
由 flame 提交于
* support golang inference
-
- 13 2月, 2020 5 次提交
-
-
由 石晓伟 提交于
* 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
-
由 Michał Gallus 提交于
* Introduce Ernie NLP * Fix error regarding incorrect attr type test=release/1.7 Co-authored-by: NWojciech Uss <wojciech.uss@intel.com>
-
由 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 4 次提交
-
-
由 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>
-
由 zhongpu 提交于
add cp27-cp27m-gcc82 and cp27-cp27mu-gcc82 branch to support gcc8.2 compile for paddle, test=develop (#22504) (#22524)
-
由 Wilber 提交于
[cherry-pick] #22509 支持不依赖nccl进行编译。 多卡下,如果没有打开WITH_NCCL开关编译,多卡不能通信,则只能选择一张卡使用
-
由 Wilber 提交于
[cherry-pick] #22484 支持不依赖nccl进行编译。 多卡下,如果没有打开WITH_NCCL开关编译,则只能使用单卡
-
- 10 2月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
test=develop
-
- 07 2月, 2020 3 次提交
-
-
由 LielinJiang 提交于
* optimize interpolate op. test=develop
-
由 Zhaolong Xing 提交于
test=release/1.7
-
由 joanna.wozna.intel 提交于
* Add dequant scale squash * Correct dequant-scale squash test test=release/1.7
-
- 05 2月, 2020 5 次提交
-
-
由 Tao Luo 提交于
Co-authored-by: NManjunath Bhat <manjunathbhat9920@gmail.com>
-
由 Wilber 提交于
[cherry-pick] #22384 and #22371 22384增加了WITH_NCCL开关 22371修改了fluid依赖lite的commit id
-
由 xujiaqi01 提交于
* add GeneralRoleMaker which is for general usage * test=develop
-
由 xujiaqi01 提交于
* fix copy table bug (#22432) * fix copy table bug of lost some feasign * test=develop * add hdfs ls retry time and sleep time, fix save inference (#22433) * add hdfs ls retry time and sleep time, fix save inference * test=develop
-
- 04 2月, 2020 3 次提交
-
-
由 xujiaqi01 提交于
* add collective communication library in fleet to replace mpi * test=develop
-
由 石晓伟 提交于
-
由 Michał Gallus 提交于
test=release/1.7 * Enable quantize to reorder to nchw as well * Correct FC MKL-DNN input dim requirements to accept 3D * Improve DNNL FC format, error and 3D input handling * Improve error checking in FC * Improve PADDLE_ENFORCE messages in fc-related files * Remove data layout attribute from obligatory pass args * Fix message in fc_mkldnn_pass to be logically correct
-
- 21 1月, 2020 1 次提交
-
-
由 lidanqing 提交于
-
- 20 1月, 2020 2 次提交
-
-
由 tangwei12 提交于
* add half_async in the communicator * fix DistributedStrategy
-
由 Chen Weihang 提交于
* add multiprocess for dygraph data loader, test=develop * polish code & add safe gurad, test=develop * refactor dygraph dataloader & add signal handler, test=develop * fix member initializer compile error on ci, test=develop * fix member initializer compile error one more, test=develop * remove useless config, test=develop * skip windows incompatible problem, test=develop * add unittest for coverage, test=coverage * add more exception unittest case, test=develop * deal with signal handler coverage, test=develop * polish code & add signal handler tests, test=develop * deal with coverage ci problem, test=develop * split data loader test & coverage ci fix, test=develop * remove test_imperative_data_loader_with_exception, test=develop * remove singal process except test case, test=develop * add exception tests again & remove sample list test, test=develop * split normal and exception unittests to diff class, test=develop * polish doc for use_multiprocess effect in static mode, test=develop
-
- 19 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 17 1月, 2020 1 次提交
-
-
由 qingqing01 提交于
-
- 16 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 15 1月, 2020 4 次提交
- 14 1月, 2020 2 次提交
-
-
由 123malin 提交于
* test=develop, bug fix for sparse recorder
-
由 FlyingQianMM 提交于
-