- 02 4月, 2022 4 次提交
-
-
由 xiongkun 提交于
* 1. add the python api grad 2. add final and intermediate state vlog 3. change the python_api error logic * add python api or close the check_eager=True * fix the compatibility
-
由 Wilber 提交于
-
由 zhangkaihuo 提交于
-
由 Xiaoxu Chen 提交于
Enhance vjp/jvp/Jacobian/Hessian API for supporting dynamic, static graph and batched, unbatched mode (#40692) * modify vjp/jvp for both dynamic and static graph * enforce jacobian class for supporting first/last batch * add unittest for jvp, jacobian withlast batch, jacobian with first batch * fix the incorrect shape when multi-index Jacobian * enforce Hessian class for supporting dynamic graph * add Hessian class unittest * bugfix, jvp double_backward_trick zeros_like return stop_gradient=True in static graph * add API beta warnnings * add white_list for cuda11.x ci windows. * optimize some code snippets and documments * set unittest timeout to 100 seconds * move vjp,jvp,Jacobian,Hessian to incubate * fix vjp,vjp import path of sample code * fix code style error of augtograd/__init__ file
-
- 01 4月, 2022 36 次提交
-
-
由 hong 提交于
-
由 hong 提交于
-
由 Sing_chan 提交于
new cuda arch compile method;test=document_fix;test=windows_op;test=windows_ci_inference;test=windows_ci (#41259)
-
由 zyfncg 提交于
* add nll_loss yaml * fix nll loss * fix nll loss bug * fix bug * fix bug * fix infrt problem Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
由 0x45f 提交于
-
由 Ligoml 提交于
* add/rm ISSUE_TEMPLATE * rm old template * "ci;test=document_fix"
-
由 xiaoxiaohehe001 提交于
fix_reshape: for paddle-trt
-
由 wanghuancoder 提交于
* support pinned, test=develop * support async_write, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine,test=develop * refine, test=develop * refine, test=develop * refine, test=develop * refine, test=develop
-
由 Aurelius84 提交于
* [ControlFlow] Fix contrib API bug in while_loop * format code
-
由 Sing_chan 提交于
* change vjp to paddle.grad * use grad and gradients api * fix preprocess for x * fix a bug, val_and_grad should return a Tensor * detach value and grad to avoid assign error Co-authored-by: Nlevi131 <limaolin01@baidu.com>
-
由 pangyoki 提交于
* fix inplace fill_ and zero_ API * add eager unittest
-
由 pangyoki 提交于
* change inplace_version checking log * fix
-
由 pangyoki 提交于
* support C_ops assign * open unittest * fix clone
-
由 Aurelius84 提交于
* [Eager]Enhance eager_trace_op logic to support Optimizer Op * fix AsDispensable
-
由 liutiexing 提交于
* fix mac c++ version * update * fix apple systems
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
* add cross_entropy_with_softmax phi kernel * remove softmax_with_cross_entropy kernel * add softmax_with_cross_entropy grad kernel * remove original op kernel * refine cross entropy impl * fix pointer error * revert kernel cu change * fix xpu failed * fix cinn failed * fix npu failed * add forward sig * add check_nan_inf for pt kernel * remove repeat cmake item * fix unittest error
-
由 chentianyu03 提交于
* add interploate cpu kernel * fix nullptr bug * add interpolate gpu kernel * fix unit test error * remove raw kernels * add cuda kernel impl * add infermeta * recover accidentally deleted kernels in interpolate op * fix grad x_grad name error * remove interpolate_v2_op.h * rm unused codes * fix xpu build error * fix build error * fix namespace error * add register header for nup * fix infermeta error * modify by review * add the missing args in test_trt_convert_nearest_interp_v2
-
由 Jacek Czaja 提交于
-
由 Liu-xiandong 提交于
* fix bug in activation xpu kp kernel * delete useless comment
-
由 JYChen 提交于
* add notes for quantile UT * Supoort quantile in static-mode and add UT
-
由 danleifeng 提交于
-
由 kuizhiqing 提交于
-
由 z8hanghuan 提交于
* support multi_layer of bilstm,*test=kunlun * support multi_layer of bilstm, *test=kunlun * support multi_layer of bilstm, *test=kunlun * support multi_layer of bilstm, *test=kunlun
-
由 xiongkun 提交于
* add yaml for ele_max ele_min * fig * push * xxx
-
由 Zhanlue Yang 提交于
* [Refactor] refactored eager_gen.py PR #2 * [DoubleGrad PR #1] Decoupled code generation logics for Dygraph ForwardFunctions and GradNodes * Fixed minor issue * Adjusted logics of GenerateNodeCreationCodes and GenerateForwardDefinition * Fixed issues * Supported higher-order grad node generation * [DoubleGrad PR #4] Supported higher-order GradNode generation * [DoubleGrad #4] Bug Fixes to Double Grad Node Generation * Fixed yaml typo * Fixed yaml typo * fixed minor issues * Fixed minor issue
-
由 zmxdream 提交于
* fix cmake. test=develop * fix. test=develop * fix dep for graphs_ps_gpu. test=develop * update. test=develop * update. test=develop
-
由 ziyoujiyi 提交于
* back fl * delete ssl cert * . * make warning * . * unittest paral degree * solve unittest * heter & multi cloud commm ready * . * . * correct py36 import error * correct py36 import error * correct py36 import error * correct py36 import error
-
由 zhangkaihuo 提交于
-
由 Sing_chan 提交于
-
由 Aganlengzi 提交于
-
由 yaoxuefeng 提交于
* modify api name of ps accessor * update * code format
-
由 From00 提交于
* Fix compilation error for gcc-54 * Remove const for gpuStream_t
-
由 Leo Chen 提交于
* move WaitEvent/RecordEvent into try-catch * refine supportNpu
-
由 zhiboniu 提交于
-
由 Chen Weihang 提交于
* add several yaml * polish strided slice kernel & add yaml * reorder yaml * add several yaml * revert yaml config change * resolve conflict * Update test_strided_slice_op.py
-