- 21 6月, 2021 5 次提交
-
-
由 Jiangxinz 提交于
-
由 Leo Chen 提交于
* enable npu alignment * support flatten_params/grads * support clip by global norm * remove memset in coalesce_tensor_op * fix npu kernel of sum op when input is one tensor * add ut for flatten_param_grads+regularizer * fix ut * fix typo
-
由 Jiangxinz 提交于
-
由 Jiangxinz 提交于
-
由 WangXi 提交于
-
- 18 6月, 2021 2 次提交
-
-
由 ceci3 提交于
-
由 huzhiqiang 提交于
-
- 17 6月, 2021 6 次提交
-
-
由 joanna.wozna.intel 提交于
* Add bf16 support for save and load ops * Add bf16 test condition * Add matmul and chagne fluid.io to paddle.static * Reduce the test duration
-
由 cc 提交于
-
由 ronnywang 提交于
* add atan2_op * fix
-
由 Zhen Wang 提交于
-
由 Aurelius84 提交于
* support non-tensor type * fix unittest failed * add unittest with prune * rm unused code * coverage * fix two or
-
由 joanna.wozna.intel 提交于
* Add lookup_table_v2 BF16 * Reuse lookup table UT * Change op_type to op_version * Remove check_dygraph * Remove skip_check_grad_ci
-
- 16 6月, 2021 10 次提交
-
-
由 Jacek Czaja 提交于
* - Draft of implementation of refactoring - compilation fix * - Fixes after review * - Removed unnecessary comment
-
由 zhiboniu 提交于
-
由 Jiangxinz 提交于
-
由 Zhou Wei 提交于
-
由 Thunderbrook 提交于
-
由 zhangbo9674 提交于
* new api trunc, test=develop
-
由 Aurelius84 提交于
-
由 wangguanzhong 提交于
* fix output padding conv * add repr unittest for conv
-
由 Jiangxinz 提交于
-
由 ShenLiang 提交于
* add pplayer * add sharedlayerdesc
-
- 15 6月, 2021 7 次提交
-
-
由 Zhou Wei 提交于
-
由 Leo Chen 提交于
* use SparseSoftmaxCrossEntropyWithLogits * fix * test_slice * revert test_slice * add backprob for npu kernel * fix typo * fix ut * fix ut * refine comments * return softmax
-
由 WeiXin 提交于
* Save all the information of 'ParamBase' in 'Layer'. * edit unittest
-
由 wawltor 提交于
add the support for the bool in compare ops
-
由 jiangcheng 提交于
* add reduce_sum_op by add self-kernel * set all ReduceKernel MPType for accuracy * add float16 test script which input is integer number * solve reduce sum float16 check_grad problem * solve conflict and change test script for CI * change kernel register for CI * remove all useless template
-
由 zyfncg 提交于
* Add digamma_op and unittest * add digamma_op api * remove special DigammaCudaKernel and correct some docs * remove unused headers * fix api doc error
-
- 14 6月, 2021 1 次提交
-
-
由 Kaipeng Deng 提交于
* add warning log for DataLoader output format imcompatible upgrade. test=develop
-
- 12 6月, 2021 3 次提交
-
-
由 zhiboniu 提交于
* Eliminate numerical differences of LayerNorm; fix LayerNorm Nan Bug while large data input * fix bug while large shape of data input
-
由 Pei Yang 提交于
* add support for trt dynamic shape flatten op * add version restriction * add ut input dynamic shape
-
由 joanna.wozna.intel 提交于
* Small changes related to BF16 fusion_gru and fusion_lstm * Correct to pass arg by value * Add conditions to rnn op * Correct the spelling mistake * Improving the test with checking activation * Trigger CI
-
- 11 6月, 2021 6 次提交
-
-
由 ShenLiang 提交于
* fix gather shape bug * fix None * fix topo
-
由 ronnywang 提交于
-
由 wanghuancoder 提交于
* use PYTHON_C_API in dygraph, test=develop
-
由 Chen Weihang 提交于
-
由 Huihuang Zheng 提交于
For python, if users write `a, b = var`, the `__getitem__` method will iterate through 0, 1, 2 ... until `__getitem__` throws an IndexError, then stop. The var[0], var[1] will be given to a, b respectively. If more values are given, the unpack size would cause error. We didn't raise the IndexError in the past and we add statement in `__getitem__` to raise IndexError here to support grammar like `a, b = var` in this PR.
-
由 zhangchunle 提交于
-