- 21 12月, 2020 4 次提交
-
-
由 yukavio 提交于
* fix flops * fix flops
-
由 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 5 次提交
-
-
由 LielinJiang 提交于
* update to_tensor en docs
-
由 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
-
由 WangXi 提交于
-
由 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
-
由 LiuChiachi 提交于
* update EarlyStopping doc * update EarlyStopping doc, test=document_fix
-
- 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 8 次提交
-
-
由 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
-
由 ShenLiang 提交于
* fix the dowanload bug * add sort for ips
-
由 ShenLiang 提交于
* fix bug of matmul_v2 for broadcast
-
由 qingqing01 提交于
-
- 14 12月, 2020 10 次提交
-
-
由 Tao Luo 提交于
* disable test_parallel_executor_profiler in cuda 10.1 * update set_tests_properties
-
由 wangchaochaohu 提交于
-
由 huangxu96 提交于
-
由 yukavio 提交于
-
由 WangXi 提交于
-
由 Bai Yifan 提交于
* fix unittst unstable issue on ci machine * fix unittst unstable issue on ci machine * fix unittst unstable issue on ci machine
-
由 QingshuChen 提交于
* support roi_align & affine_channel for kunlun * minor
-
由 liym27 提交于
[Dy2Stat] 1. Fix bug of for-range stmts. 2. Support that step value is negative in for-range stmts (#29519) 1. Fix error in _build_cond_stmt of for-range stmts. 2. Support that step value is negative in for-range stmts 3. Fix code because of the diff between Py2 and Py3
-
由 Huihuang Zheng 提交于
Fix 3 Windows Unittests test_fuse_all_reduce_pass: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag test_feed_data_check_shape_type: Paddle cannot run multiple-GPU on Windows so set single visible GPU flag test_tsm: Winodws GPU size is not enough so decrease batch size and data size.
-
由 GeminiCarrie 提交于
* Fix a bug when running on an operating system without "bash." * add execution condition * for ci-coverage * get cpu information to check the precision problem * Update compilation environment for musl version * update dependencies * remove test code check cpu info remove test code review * update alpine and third_party denpendencies * add newline for ci Code format
-
- 11 12月, 2020 1 次提交
-
-
由 JZ-LIANG 提交于
* Sharding add hybrid-dp feature * update sharding in distributed_strategy * update sharding unitest * revise code format for sharding
-