- 17 2月, 2020 1 次提交
-
-
由 tangwei12 提交于
* add deprecated for distribute transpiler, will delete it after 2.0.0, test=develop
-
- 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 6 次提交
-
-
由 cc 提交于
Post_training_quantization support set quant 8/16 bits
-
由 石晓伟 提交于
* 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 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 提交于
-
- 05 2月, 2020 5 次提交
-
-
由 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
-
由 juncaipeng 提交于
* fix chain doc, test=develop, test=document_preview
-
- 04 2月, 2020 1 次提交
-
-
由 tangwei12 提交于
* fix bug with half communicator
-
- 22 1月, 2020 1 次提交
-
-
由 songyouwei 提交于
test=release/1.7, test=develop
-
- 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 次提交
-
-
由 Zeng Jinle 提交于
* cherry-pick fix dataloader early reset bug, test=release/1.7 * cherry-pick implementation changing, test=release/1.7 * fix ut, test=release/1.7
-
- 17 1月, 2020 4 次提交
-
-
由 songyouwei 提交于
test=release/1.7, test=develop
-
由 zhongpu 提交于
* add learning rate api; test=develop * fix uni test converage; test=develop * fix travis ci error; test=develop * fix comment; test=develop * fix example error; test=develop * polish the api description, test=develop Co-authored-by: Nzhongpu <2013000149@qq.com> Co-authored-by: Nhong <43953930+phlrain@users.noreply.github.com>
-
由 zhongpu 提交于
-
由 danleifeng 提交于
-
- 16 1月, 2020 4 次提交
-
-
由 hong 提交于
* add parameter check; test=develop * change parameter name checker in dygraph guard; test=develop * fix test layers error; test=develop * revert some code to develop; test=develop * fix exampel error; test=develop * fix comment error; test=develop * fix comment error; test=develop
-
由 Bai Yifan 提交于
-
由 songyouwei 提交于
* cherry-pick #22266 * cherry-pick #22169 test=release/1.7, test=develop
-
由 juncaipeng 提交于
* add mul and matmul quantization, test=develop (#22054) * add test for matmul, test=develop
-
- 15 1月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
-
- 14 1月, 2020 3 次提交
-
-
由 123malin 提交于
* test=develop, bug fix for sparse recorder
-
由 FlyingQianMM 提交于
-
由 Zhen Wang 提交于
-
- 13 1月, 2020 1 次提交
-
-
由 liym27 提交于
* add NotImplementedError for multi optimizers used on multi-places . test=develop * assert error only if num_devices>1. test=develop * set test_optimizer_in_control_flow in CMakeLists for using multi-GPU.test=develop
-
- 10 1月, 2020 3 次提交
-
-
由 songyouwei 提交于
-
由 Chen Weihang 提交于
* polish executor hint message, test=develop * fix punctuation error, test=develop
-
由 baojun 提交于
-
- 09 1月, 2020 2 次提交
-
-
由 zhongpu 提交于
* test Optimizer in dygraph, test=develop * add optest for Optimizer in dygraph, test=develop * fix adagrad optimizer, test=develop * fix dpsgd optimizer, test=develop * fix test_optimizer.py, test=develop * fix dpsgd optimizer, this op only support cpu, test=develop * add optest for optimizer, test=develop * add description for dpsgd, test=develop * add rmsprop to white_list in unused_var_check.cc, test=develop * polish code style, test=develop * polish code style, test=develop * delete seed attribute for DpsgdOptimizer, test=develop * change testing to debugging, test=develop
-
由 songyouwei 提交于
* use snake_cased Layer name * add named_parameters and named_sublayers api * add include_sublayers param, add unittest test=develop * fix named unittests test=develop * fix unittest test=develop * add api docs test=develop * arg fix test=develop * reserve rnn_impl name_scope for static graph test=develop * fix load static param test=develop * fix load static param test=develop
-