- 12 10月, 2019 2 次提交
-
-
由 zhaoyuchen2018 提交于
* Refine create_array api en doc test=develop test=document_fix * Fix api doc example bug and polish square test=develop test=document_fix * Refine comment test=develop test=document_fix * refine API.spec test=develop test=document_fix
-
由 hong19860320 提交于
* refine eng doc for hard_sigmoid op test=develop test=document_fix * refine the description of hard_sigmoid test=develop test=document_fix * update API.spec test=document_fix * Refine the decription of parameters of HardSigmoid op test=develop, test=document_fix * Update API.spec for hard_sigmoid op test=develop, test=document_fix
-
- 11 10月, 2019 3 次提交
-
-
由 zhupengyang 提交于
* fix APIs: relu, relu6, hash test=develop test=document_fix * fix relu6 doc test=develop test=document_fix * fix API.spec test=develop test=document_fix * add description link for hash test=develop test=document_fix
-
由 GaoWei8 提交于
* fix API:cos, exp, ceil, elu, brelu English doc test=develop test=document_fix
-
由 Wilber 提交于
* modify english api test=develop test=document_fix - leaky_relu - less_than - log - logical_and - logical_or - logical_xor - logical_not
-
- 10 10月, 2019 1 次提交
-
-
由 Pei Yang 提交于
-
- 09 10月, 2019 1 次提交
-
-
由 JesseyXujin 提交于
* fix APIs,test=develop,test=document_fix * fix conflict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix * change fluid.layers.data to fluid.data,test=develop, test=document_fix * fix bug on example code, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix
-
- 18 9月, 2019 1 次提交
-
-
由 Leo Chen 提交于
* update elementwise double grad to save gpu memory, test=develop * update elementwise_mul/div_grad_grad to save memory, test=develop * remove eval function in eigen statement to save memory, test=develop * add unittest for elementwise_div_grad_grad without dout, test=develop * add unittest for elementwise_add_grad_grad without ddx, test=develop * add float16 cuda kernel for elementwise double grad op, test=develop
-
- 17 9月, 2019 1 次提交
-
-
由 liym27 提交于
improve pow op according to reviews: 1. Delete unnecessary judgement statements in PowGradOpDescMaker; 2. Improve test of test_api; overload GetKernelTypeForVar add stop_gradient=True when attr(factor) is tensor Variable, change examples in API pow. test=develop,test=document_preview
-
- 11 9月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* make leaky relu inplacable, test=develop * force add unittests to pass coverage, test=develop
-
- 29 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 12 8月, 2019 1 次提交
-
-
由 huangjun12 提交于
* add hard_swish activation op (new op) test=develop * remove redundancy files * modify document content of HardSwish OP * add API test in test_layers.py * add dynamic_graph for test_hard_swish
-
- 09 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 26 7月, 2019 1 次提交
-
-
由 Adam 提交于
-
- 25 7月, 2019 1 次提交
-
-
由 JesseyXujin 提交于
-
- 22 7月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 19 7月, 2019 1 次提交
-
-
由 Adam 提交于
test=develop
-
- 11 7月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* feature/buffer_shared_inplace, test=develop * refine code, test=develop * fix elementwise_add op cpu inplace and sum inplace bug, test=develop * add unittest and debug log, test=develop * fix parallel_executor scope bug, polish code, test=develop * fix sum op, activation op, single_in_place_inference bug, test=develop * remove kLocalExecScopeName, test=develop * fix unittest,test=develop * fix out_var first version bug, test=develop * follow comments,test=develop
-
- 04 7月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Refine Infershape in activation_op for double_grad.
-
- 25 6月, 2019 1 次提交
-
-
由 tensor-tang 提交于
* fix softrelu doc test=develop * update API doc test=develop
-
- 16 6月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Update backward.py: - If there is no input grad var in all outputs of previous ops, do not append this op into graph. - Only apply this stragety when double backward. * Update some double backward op. * Update sum_op to judge whether a tensor is empty by numel or IsInitialized().
-
- 15 5月, 2019 1 次提交
-
-
由 lvmengsi 提交于
* double backward sqrt * refine unittest. test=develop * refine test. test=develop * remove alpha in unittest. test=develop
-
- 13 5月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* add double grad for square. test=develop * formax code. test=develop * fix for grad sum. test=develop * refine shape. test=develop * refine extract. test=develop
-
- 10 5月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Add conv2d_grad_grad_op * Extracte the cuDNN conv algo searching code in conv_cudnn_helper.h. - Now use it in conv2d_grad_grad. - Will simply the searching code in conv2d and conv2d_grad in next PR. * Enhance and fix bug in unit testing of gradient_checker. * Support to fetch empty variables,return None in Python.
-
- 26 4月, 2019 1 次提交
-
-
由 ceci3 提交于
backward of backward: leaky_relu
-
- 23 4月, 2019 1 次提交
-
-
由 qingqing01 提交于
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862) * Support backward of backward and a new gradient checker * Rename decorators.py to decorator_helper.py, since Python on Windows CI has decorators package. 1. Add ReluDoubleGradMaker when register relu_grad. 2. Add a new gradient checker by comparing theoretical and numerical Jacobian. Check double gradients by double_grad_check.
-
- 12 4月, 2019 1 次提交
-
-
由 zhoukunsheng 提交于
-
- 10 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
test=develop
-
- 28 3月, 2019 1 次提交
-
-
由 zhoukunsheng 提交于
add rsqrt op
-
- 21 3月, 2019 1 次提交
-
-
由 liuwei1031 提交于
* temoprarily disable the code of use kCUDNN, test=develop * add TODO comment, test=develop
-
- 15 3月, 2019 1 次提交
-
-
由 shippingwang 提交于
-
- 12 3月, 2019 1 次提交
-
-
由 tink2123 提交于
test=develop
-
- 11 3月, 2019 2 次提交
- 10 3月, 2019 1 次提交
-
-
由 tink2123 提交于
test=develop
-
- 04 3月, 2019 1 次提交
-
-
由 dzhwinter 提交于
* staged. * polish code * polish code. test=develop * polish code. test=develop * api change. test=develop * fix default value. test=develop * fix default value. test=develop
-
- 27 2月, 2019 1 次提交
-
-
由 dzhwinter 提交于
* staged. * polish code * polish code. test=develop * polish code. test=develop * api change. test=develop * fix default value. test=develop * fix default value. test=develop
-
- 13 2月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 29 1月, 2019 1 次提交
-
-
由 Krzysztof Binias 提交于
test=develop
-
- 21 1月, 2019 1 次提交
-
-
由 dzhwinter 提交于
-