- 30 9月, 2021 4 次提交
-
-
由 李季 提交于
* fix raw optim * pre-commit test file Co-authored-by: Nsneaxiy <sneaxiy@126.com> Co-authored-by: Nsneaxiy <sneaxiy@126.com>
-
由 李季 提交于
-
由 Guoxia Wang 提交于
-
由 Feng Ni 提交于
add roi align, cherry-pick #35102
-
- 29 9月, 2021 4 次提交
-
-
由 Lijunhui 提交于
向PaddlePaddle中的线性代数库添加eig算子,该算子计算一般方阵的特征分解。 cherry-pick 自#35674.
-
由 hlygit66666 提交于
* add get_device_name and get_device_capability * fix docs * fix docs * fix decs
-
由 Yanxing Shi 提交于
* test=document_fix * test=document_fix * test=document_fix * test=document_fix
-
由 Wenyu 提交于
* add roi pool * rename input as x
-
- 28 9月, 2021 1 次提交
-
-
由 zhangkaihuo 提交于
根据线性代数库的API暴露规则修改multi_dot的API暴露规则: 1、在python/paddle/tensor/linalg.py 路径下实现 2、在python/paddle/linalg.py 下import并加入__all__列表 3、在python/paddle/tensor/init.py下引入并加入tensor_method_func列表 4、删除了pythonpaddle/init.py的import
-
- 27 9月, 2021 8 次提交
-
-
由 Yanxing Shi 提交于
* Initial Commit * fix py2 error * fix wrong words and doc * test=document_fix * fix _gpuDeviceProperties
-
由 Jiawei Wang 提交于
* fix unique unstack dim 0 * fix unique_op format
-
由 zhaoyingli 提交于
-
由 zhiboniu 提交于
remove recent linalg api in paddle.init; add args 'name' in some new linalg api interface
-
由 Haipeng Wang 提交于
-
由 LJQ❤️ 提交于
-
由 JYChen 提交于
cherry-pick from #35352 Add new detection api paddle.vision.ops.psroi_pool and paddle.vision.ops.PSRoIPool
-
由 zhangbo9674 提交于
The AdamW optimizer modify the op from adamw to adam in pr35521, this is a inappropriate modify. Modify adam to adamw in AdamW.
-
- 26 9月, 2021 9 次提交
-
-
由 wuhuachaocoding 提交于
-
由 crystal 提交于
cherry-pick #35916,CPU前向计算将Eigen替换为Lapack,修改linalg暴露规则
-
由 wangzhuang01 提交于
-
由 Huihuang Zheng 提交于
This PR added det and slogdet API to release/2.2 It is cherry-pick from #34992 and #36013
-
由 Weilong Wu 提交于
This PR supports linalg.solve calculation for linear algorithm module of Paddle. One may call paddle.linalg.solve to use it.
-
由 ronnywang 提交于
* add randperm_op_npu * fix test_set_value_op_npu
-
由 littletomatodonkey 提交于
* fix pad tuple * fix format
-
由 zhangbo9674 提交于
1、Split function GradScaler::minimize() to GradScaler::step() + GradScaler::update() 2、Add GradScaler::unscale_(optimizer)
-
由 wuhuanzhou 提交于
(cherry picked from commit 347b182fb771b8de6e3b7ffe381cf94b3911b553)
-
- 24 9月, 2021 2 次提交
-
-
由 Huihuang Zheng 提交于
Add basic Cost Model, it uses executor to run program and profile it to get op time. This is an early basic version, we will add more functions in the future.
-
由 JingZhuangzhuang 提交于
-
- 23 9月, 2021 4 次提交
-
-
由 crystal 提交于
cherry-pick #35812,修复Eigh OP
-
由 wangguanzhong 提交于
-
由 TeslaZhao 提交于
* Pass compat of conv_transpose_bias_mkldnn_fuse_pass * Fix a bug of strided_slice op, about the axes parameter access memory out of bounds * Fix a bug of transpose op, about accessing memory out of bounds of the perm param * op:transpose_op supports bool type
-
由 lidanqing 提交于
Co-authored-by: Njoanna.wozna.intel <joanna.wozna@intel.com>
-
- 22 9月, 2021 6 次提交
-
-
由 baoachun 提交于
-
由 Guoxia Wang 提交于
* fix bug
-
由 Wilber 提交于
-
由 zhangbo9674 提交于
fix bug of module paddle has no attribute fluid for python3.6.
-
由 zhangbo9674 提交于
[cherry-pick]increase test_imperative_auto_mixed_precision time PROPERTIES TIMEOUT (#35863) (#35898) Increase test_imperative_auto_mixed_precision PROPERTIES TIMEOUT from 120s to 300s.
-
由 zhouweiwei2014 提交于
ATT, cherry-pick #35690
-
- 18 9月, 2021 2 次提交
-
-
由 huangjun12 提交于
-
由 huangjun12 提交于
-