- 15 9月, 2021 3 次提交
- 14 9月, 2021 11 次提交
-
-
由 zhaoyingli 提交于
* add layerwise learning rate for adamw * fix format * add unitest * add NotImplementedError * add gpu unitest * update gpuplace
-
由 pangyoki 提交于
-
由 Yiqun Liu 提交于
Implement FunctionTraits to support two kinds of elementwise functor and remove some old codes for broadcast. (#35688)
-
由 XYZ_916 提交于
delete blank lines at the beginning of the file
-
由 XYZ_916 提交于
1. optimize the error message of softmax_with_cross_entropy_op;2. add input value check for cross_entropy, if the dimention of input is zero, raise error. test = develop
-
由 XYZ_916 提交于
-
由 Qi Li 提交于
* [NPU] conv2d_transpose_grad, test=develop * remove debug files, test=develop * fix bug, test=develop * [NPU] fix test_conv2d_transpose_op_npu, test=develop
-
由 wangxinxin08 提交于
-
由 zhiboniu 提交于
add fill_ backward
-
由 Wilber 提交于
-
由 WeiXin 提交于
-
- 13 9月, 2021 12 次提交
-
-
由 Yiqun Liu 提交于
Revert "Implement FunctionTraits to support two kinds of elementwise functor and remove some old codes for broadcast. (#35487)" (#35686)
-
由 xiaoting 提交于
* fix interpolate launch error, test=develop * fix area mode for interp, test=develop
-
由 Yiqun Liu 提交于
Implement FunctionTraits to support two kinds of elementwise functor and remove some old codes for broadcast. (#35487)
-
由 xiongkun 提交于
-
由 taixiurong 提交于
-
由 JZ-LIANG 提交于
* reshape support zero-input * add unitest * revise error message
-
由 李季 提交于
* upload global scatter and global gather operators related files
-
由 Zhang Zheng 提交于
-
由 Qi Li 提交于
-
由 Yanxing Shi 提交于
* fix github name * fix CI error * fix review and CI error * fix inf,nan error and modify unittest samples * add unittest samples * add unittest samples * fix unittest error * test=document_fix * test=document_fix * modify doc and add unittest samples * fix error newline in constant * modify doc after mentor review * modify __all__ and doc * modify doc
-
由 zhulei 提交于
* [ROCM] fix top_k_v2 with large shape * [ROCM] fix top_k_v2 with large shape
-
由 jakpiase 提交于
* implemented clip op bf16/fp32 * added skipping if not cpu or bf16 * CI rerun after bf16 package change * added parentheses to ensure formatting
-
- 12 9月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 11 9月, 2021 3 次提交
- 10 9月, 2021 10 次提交
-
-
由 Feng Xing 提交于
-
由 Feng Xing 提交于
-
由 zhouweiwei2014 提交于
-
由 zhiboniu 提交于
-
由 hlygit66666 提交于
* add test_cumprod_op * Revert "add test_cumprod_op" This reverts commit c96cf6dff5d09ae7d8cc72c1e8ae4369a153aa19. * recommit * add error message * test input(x) initialize * test use cpu * update test code * add test type * add test case * solve ci problem * add complex case test * add complex case test * fix review problem * fix conflict * fix some docs * change test case * change test case * fix review problems again * fix docs * fix inclusivescan bug
-
由 huangxu96 提交于
This PR supports gradient clip (ClipGradByGlobalNorm) when training with AMP(auto mixed precision).
-
由 ShenLiang 提交于
-
由 huangjun12 提交于
* add as_extra to dropout op and lrn op * refine details * fix dropout op maker
-
由 Jiawei Wang 提交于
* fix extra op for expand, expand_as, tile, unstack * Update expand_v2_op.cc
-
由 ceci3 提交于
* fix bn/in/squeeze/syncbn extra * update bn * update * update
-