- 13 2月, 2020 1 次提交
- 
- 
由 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 6 次提交
- 
- 
由 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 
- 
由 zhongpu 提交于* add clear_gradients for Optimizer, add api description, test=develop * fix optest for optimizer's clear_gradient interface, test=develop * add sample code, test=develop * polish sample code, test=develop 
- 
由 Leo Chen 提交于* update layers, test=develop * update layers for resnet, test=develop * fix is_test attr, test=develop * update cycle_gan, test=develop * update reinforcement_learning, test=develop * update ocr, test=develop * fix bug, test=develop 
- 
由 songyouwei 提交于* update PRelu arg test=develop * fix unittests test=develop * fix element mode alpha shape test=develop * split channel_or_input_shape arg test=develop * fix unittest test=develop 
- 
由 Chen Weihang 提交于
 
- 
- 08 1月, 2020 4 次提交
- 
- 
由 Zhang Ting 提交于
- 
由 Zeng Jinle 提交于
- 
由 Double_V 提交于
- 
由 mapingshuo 提交于* add example for reshape op 
 
- 
