- 14 1月, 2020 8 次提交
-
-
由 silingtong123 提交于
* remove the useless third_party library from C++ inference library * revert removing the install directory
-
由 Leo Chen 提交于
* refine code, test=develop * reuse contain_var, test=develop
-
由 Chen Weihang 提交于
* add all_parameters for Program, test=develop * refine unittest, test=develop * add example print result, test=develop
-
由 zhouwei25 提交于
faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
-
由 xujiaqi01 提交于
* add collective communication library in fleet to replace mpi * test=develop
-
由 juncaipeng 提交于
-
由 Zhen Wang 提交于
-
- 13 1月, 2020 9 次提交
-
-
由 songyouwei 提交于
-
由 zhongpu 提交于
* add ci approvals for dygraph optest, test=develop * Add error message, test=develop, test=document_fix * Increase the number of approves of CI check for dygraph optest, test=develop, test=document_fix * add ci approvals for dygraph optest, test=develop * polish code style, test=develop, test=document_fix * remove ci-check trigger example, test=develop, test=document_fix
-
由 Zeng Jinle 提交于
-
由 Adam 提交于
-
由 Wilber 提交于
- fluid和lite精度比较替换为相对误差
-
由 123malin 提交于
* test=develop, bug fix for sparse recorder
-
由 zhongpu 提交于
-
由 Chen Weihang 提交于
* polish error message of parallel executor, test=develop * change PADDLE_ENFORCE, test=develop
-
由 Wojciech Uss 提交于
-
- 12 1月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 11 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
-
由 zhongpu 提交于
-
由 Wilber 提交于
- 添加了fluid-lite子图方式运行resnet的单测 - 修改了依赖Lite的git commit id
-
由 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 10 次提交
-
-
由 wangchaochaohu 提交于
* fix the bug of profile update test=develop
-
由 FlyingQianMM 提交于
* add backward gradient computation for op argsort test=developo * use pre-commit test=develop
-
由 Zhen Wang 提交于
* add bn and relu fuse pass * add op attr assert and dtype assert * fix some inputs&&outputs bugs for the fused op and pattern. * add the unittest for fuse_bn_act_pass. test=develop * use normative enforce statements. test=develop * add the cpu test. test=develop * add the support of batch_size=1 for the bn with relu op. test=develop * add the error type for paddle throws. test=develop * add fused_batch_norm_act and fused_batch_norm_act_grad to op_has_unsed_vars_white_list. test=develop
-
由 songyouwei 提交于
-
由 zhouwei25 提交于
-
由 Tao Luo 提交于
-
由 zhouwei25 提交于
-
由 baojun 提交于
-
由 Chen Weihang 提交于
* polish executor hint message, test=develop * fix punctuation error, test=develop
-
由 baojun 提交于
-
- 09 1月, 2020 8 次提交
-
-
由 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
-
由 juncaipeng 提交于
-
由 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
-
由 joanna.wozna.intel 提交于
-
由 Yiqun Liu 提交于
* Polish the PADDLE_ENFORCE in fusion_group pass related codes. test=develop * Correct the unittest because of the change relu_grad's formula. test=develop
-