- 07 6月, 2021 4 次提交
-
-
由 zhangchunle 提交于
-
由 JZ-LIANG 提交于
-
由 ShenLiang 提交于
* fix c_split bug * fix utest * add c_embedding for tensorparallel
-
由 zhangchunle 提交于
-
- 05 6月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 04 6月, 2021 4 次提交
-
-
由 wenbin 提交于
* fix inference prepare data bug * rename functions * typo * typo * typo * UT correct * correct condition * correct condition * ci coverage * morelines * fix ci coverage
-
由 Leo Chen 提交于
* fix stop_gradient in paddle.to_tensor * make to_tensor copy if data is varbase * add ut * refine sample code
-
由 Yuang Liu 提交于
-
由 Huihuang Zheng 提交于
This PR made these changes to support double grad: 1. Translate `paddle.grad` to `paddle.static.gradients` to support double grad for dy2stat. 2. Fix IfElseTransformer bug which may not change value if "Store before Load" variable is in "Store" statement is in IfElse conditional statement 3. Add `DOut` to support double grad variables in `run_program_op` 4. Add support for renaming for double grads for `jit.save/load`
-
- 03 6月, 2021 4 次提交
-
-
由 JZ-LIANG 提交于
* Dygraph Recompute support AMP * dygraph recompute: update unitest
-
由 Yuang Liu 提交于
-
由 liym27 提交于
-
由 Feiyu Chan 提交于
add an assertion to ensure that the size of each dim of the parameter to be created is larger than 0. (#33265)
-
- 02 6月, 2021 6 次提交
-
-
由 liym27 提交于
-
由 chentianyu03 提交于
* fix the bug of div operation result using scale method do not exactly equal the result of elementwise_div method * remove __div__ , __rdiv__ methods which do not define in python3 * modify the note * add test case * add test case
-
由 Pei Yang 提交于
-
由 huzhiqiang 提交于
-
由 Wangzheee 提交于
-
由 wuhuanzhou 提交于
-
- 01 6月, 2021 4 次提交
-
-
由 Wangzheee 提交于
* add trt convert op: reshape * reshape * fix * input: Shape,ShapeTensor * Add some comments
-
由 Chen Weihang 提交于
* fix spawn default nprocs get error * polish error message
-
由 ceci3 提交于
* fix syncbn
-
由 wangguanzhong 提交于
-
- 31 5月, 2021 4 次提交
-
-
由 wangguanzhong 提交于
* enhance error message for conv * fix ci coverage
-
由 whs 提交于
-
由 XiangGao 提交于
* improve group norm cpu precision and performance * add unit test to group norm
-
由 wangguanzhong 提交于
* support params groups, test=develop * simplify updating opt attr * update according to review
-
- 29 5月, 2021 1 次提交
-
-
由 Guanghua Yu 提交于
* fix uint8 check in assign * fix assign unittests * fix xpu test_assign
-
- 28 5月, 2021 2 次提交
-
-
由 wenbin 提交于
* add more conditions * dynamic shape * ut * correct contidions * commnent * remove rebandadnt op type * remove rebandant if
-
由 levi131 提交于
* run pre-commit * use HOST or DEVICE instead of HOSTDEVICE in implementation of lgamma op * add test for fp32 * add lgamma to op_threshold_white_list * add cuda kernel for lgamma kernel * modify numeric grad delta * fix small English issue * change LaunchElementwiseCudaKernel to LaunchSameDimsElementwiseCudaKernel
-
- 27 5月, 2021 3 次提交
-
-
由 Qi Li 提交于
-
由 cc 提交于
-
由 Thunderbrook 提交于
* support ssd in PsCore * remove log * remove bz2 * defalut value * code style * parse table class * code style * add define
-
- 26 5月, 2021 6 次提交
-
-
由 tangwei12 提交于
Change-Id: I2e82dfcee6a1d0512b94cebc32281123fa5bf597 * pretty print for datafeed error Change-Id: I056a8b6f03608e96679a83846c97aed289cef7e6 * fix fleet dist infer ut
-
由 Leo Chen 提交于
* refine ~npuOpRunner * implement destructor and forbid copy * use reference to avoid copy * use const reference * relax adam precision * fix top_k
-
由 Yuang Liu 提交于
-
由 Zhanlue Yang 提交于
Sigmoid: Out = Sigmoid(X) SigmoidGrad: DX = DOut*(1-Out)*Out [This Patch] Out DOut -> SigmoidGradGrad -> DOutNew DDX DDOut DDOut = (1-Out)*Out*DDX DOutNew = (1-2*Out)*DOut*DDX
-
由 JZ-LIANG 提交于
-
由 jakpiase 提交于
* added op cast functionality for fp32/bf16 * added newline * added entries in static mode white list and unity build * fixed failing tests * changes after review * added formatting * upgraded tests file as reviewer suggested * changes after review * minor change
-
- 25 5月, 2021 1 次提交
-
-
由 Ming-Xu Huang 提交于
-