- 24 12月, 2020 2 次提交
-
-
由 jakpiase 提交于
-
由 Chen Weihang 提交于
-
- 23 12月, 2020 4 次提交
-
-
由 lidanqing 提交于
-
由 liym27 提交于
1. Type of index: int, slice(step must be 1). 2. Type of value: (1) int32, int64, float32, bool; (2) numpy.array(int32, int64, float32, bool);<Note: float64 is not supported> (3) paddle.Tensor(int32, int64, float32, float64, bool);
-
由 YUNSHEN XIE 提交于
* remove duplicate ut reload * remove duplicate ut define in cmakelist
-
由 Thunderbrook 提交于
* add heter box * add trainer, worker, wrapper... * format * for ci * format * remove boost get * boost & copyright * rename * rename * format * format * format Co-authored-by: Nyaoxuefeng6 <yaoxuefeng@baidu.com>
-
- 22 12月, 2020 10 次提交
-
-
由 ceci3 提交于
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number * delete no need to calculate inputs in dygraph op_test * delete no need to calculate inputs in dygraph op_test * modify grad of mul for complex types * fix the grads of inputs args order not match bug
-
由 chentianyu03 提交于
* change the grad of div when complex types * fix the grads of inputs args order not match bug
-
由 Guo Sheng 提交于
test=develop
-
由 TTerror 提交于
* add nearest_interp_v2 on kunlun * add nearest_interp_v2 on kunlun
-
由 whs 提交于
-
由 cc 提交于
-
由 xiaoting 提交于
-
由 LielinJiang 提交于
-
由 ShenLiang 提交于
* fix fleet for multi-stream * fix memcpy for ncclid * use sync to solve move operation
-
- 21 12月, 2020 5 次提交
-
-
由 huangxu96 提交于
* merge amp related function in Momentum from paddle.fluid.contrib.optimizer into paddle.optimizer. * Add unittest for 2.0 Momentum API. * fix some bugs in weight_decay.
-
由 liym27 提交于
4 APIs: array_length, array_read, array_write, create_array
-
由 liym27 提交于
[Dy2Stat] Fix bug for loop: a variable is used and created in loop, but used before created (#29769)
-
由 LielinJiang 提交于
* add double grad for conv_transpose
-
由 huangxu96 提交于
-
- 19 12月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
* upgrade oneDNN with GRU INT8 optimizations * fix test
-
- 18 12月, 2020 5 次提交
-
-
由 Huihuang Zheng 提交于
Enable jit.save to Save Without Running.
-
由 liym27 提交于
Support to transformfor ele in var stms in which var is a slice of Tensor.
-
由 chentianyu03 提交于
* delete no need to calculate inputs in dygraph op_test * delete no need to calculate inputs in dygraph op_test
-
由 liym27 提交于
Before this commit, test_slice use old api `dygraph_to_static_func` to use Dynamic-t-Static and use Executor explicitly,which is not recommended to users. After fixed, use recommended API `paddle.jit.to_static` to replace `dygraph_to_static_func`, which won't trigger the random exception on coverage CI.
-
由 Huihuang Zheng 提交于
Unit test reported memory not enough on CPU machines. Reduce batch size again.
-
- 17 12月, 2020 2 次提交
-
-
由 chentianyu03 提交于
* add conj op for complex types * add conj for complex types * add more test case * add conj_op test * modify conj api and impl * add complex type for fill_constant_op xpu * add setConstant for complex type * remove complex conj test file * user define grad for test_conj_op * add test case for static mode of conj api * modify conj doc * change input args name to x * remove useless codes * conj support real types * add conj test case for real number
-
由 Chen Weihang 提交于
* add complex real op & api & unittest * add imag op & api & unittest * refactor op impl * revert simplify writing due to complile failed * polish details * polish grad op code
-
- 16 12月, 2020 6 次提交
-
-
由 TTerror 提交于
* fix expand && concat/transpose to new api * update xpu_header * update activation op on kunlun * update activation op on kunlun * update activation op on kunlun * update activation op on kunlun * update activation op on kunlun * add nearest_interp on kunlun * update error message
-
由 ceci3 提交于
* add constant pad double grad
-
由 liuyuhui 提交于
-
由 huangxu96 提交于
* add static.amp into setup.pu.in * add unittest for api
-
由 YUNSHEN XIE 提交于
-
由 Jack Zhou 提交于
* fix wmt14 doc, remove backward, add bidirect direction in rnn api * fix rnn unittest * fix test_rnn_nets_static.py bug
-
- 15 12月, 2020 5 次提交
-
-
由 YUNSHEN XIE 提交于
* added UT should not exceed 15s * fix error * UT limit of 15s is the first to be executed * fix error * fix error with CI_SKIP_CPP_TEST * modfied tiemout setting * fix error
-
由 Chen Weihang 提交于
* add op test case for complex * polish code details * add xpu set constant support * fix argument rror * remove useless pyc file
-
由 AshburnLee 提交于
-
由 lijianshe02 提交于
* add transpose double grad test=develop
-
由 huangxu96 提交于
* add alias for fluid.contrib.mixed_precision
-