- 08 5月, 2021 7 次提交
-
-
由 danleifeng 提交于
* add trainprofiler for heterps in oneps; test=develop * add set_use_ps_gpu; test=develop
-
由 Baibaifan 提交于
* add c_identity_op_npu
-
由 pangyoki 提交于
* refine update_loss_scaling npu kernel * add mutable_data * change Zerolike op to MemcpyAsync * delete useless code * add found_inf_vec * add memcpy if not finite * fix unittest
-
由 Huihuang Zheng 提交于
Remove np Deprecation Warning since `np.bool` is alias of `bool` The warning report from test: ``` 2021-04-30 15:29:32 /workspace/Paddle/build/python/paddle/fluid/framework.py:689: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2021-04-30 15:29:32 Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2021-04-30 15:29:32 elif dtype == np.bool: 2021-04-30 15:29:32 /workspace/Paddle/build/python/paddle/fluid/layers/utils.py:77: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working 2021-04-30 15:29:32 return (isinstance(seq, collections.Sequence) and 2021-04-30 15:29:32 /workspace/Paddle/build/python/paddle/fluid/tests/unittests/test_cond.py:99: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. ```
-
由 houj04 提交于
-
由 Wangzheee 提交于
* [Paddle-TRT]fix fc_op * [Paddle-TRT]fix fc_op * [Paddle-TRT]fix fc_op * test_trt_subgraph_pass.py * fix elementwise_op * fix elementwise_op * fix elementwise_op * fix elementwise_op.cc * op_teller.cc
-
由 lilong12 提交于
* add raw program, test=develop
-
- 07 5月, 2021 11 次提交
-
-
由 zhiboniu 提交于
* [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. (#32596) (#32610) * [OPs] Bug fix, fix the segment mean for illegal syncthreads usage. * remove packages in __all__ * create new public api level paddle.callbacks;paddle.hub;paddle.utils.unique_name Co-authored-by: NZhong Hui <zhonghui.net@gmail.com>
-
由 tianshuo78520a 提交于
-
由 LielinJiang 提交于
* fix compile error on jetson platform
-
由 tianshuo78520a 提交于
-
由 Zhang Zheng 提交于
-
由 tianshuo78520a 提交于
-
由 Chen Weihang 提交于
-
由 Zhou Wei 提交于
* Remove paddle_custom_op dynamic libraries, change link to FLUID_CORE on windows, and check copy_to * fix CI
-
由 lilong12 提交于
-
由 Tongxin Bai 提交于
* OP dot: refactor CPU kernels and get better loop performance. * Minor fix on code format. * Fixed minor errors.
-
由 joanna.wozna.intel 提交于
* Add casting initializers for bf16 training * Changes after review * Correct test and add comment
-
- 06 5月, 2021 11 次提交
-
-
由 xiemoyuan 提交于
* Add deprecated warning info. * Add unittest for deprecated decorator. * Add warning info for tensor.grad
-
由 zhulei 提交于
* [Rocm] fix tests of inplace_abn_op & grid_sampler_op * [Rocm] fix tests of inplace_abn_op & grid_sampler_op
-
由 zhiboniu 提交于
-
由 chajchaj 提交于
-
由 zhulei 提交于
* [Rocm] fix test_expand_as_op * [Rocm] fix test_expand_as_op * [Rocm] fix test_expand_as_op * [Rocm] fix test_expand_as_op * [Rocm] fix test_expand_as_op * [Rocm] fix test_expand_as_op
-
由 ronnywang 提交于
* fix test_unpool_op * fix test_inplace_addto_strategy * fix test_conv2d_fusion_op * fix test_imperative_lod_tensor_to_selected_rows, test_imperative_selected_rows_to_lod_tensor * fix test_dot_op * fix test_correlation_op * fix tracer * fix test_memcpy_op
-
由 littletomatodonkey 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
add int64 support
-
由 Adam Osewski 提交于
-
由 tianshuo78520a 提交于
-
- 05 5月, 2021 1 次提交
-
-
由 lilong12 提交于
-
- 03 5月, 2021 2 次提交
- 01 5月, 2021 1 次提交
-
-
由 ShenLiang 提交于
-
- 30 4月, 2021 7 次提交
-
-
由 WeiXin 提交于
-
由 Huihuang Zheng 提交于
Dy2stat failed when user writes return paddle.to_tensor(xxx), the reason is that visit_Expr doesn't work when the Expr is in return. Some other statements may trigger same bug. To fix it, we re-wrote a transformer to transform paddle.to_tensor to paddle.assign for all Call nodes.
-
由 zlsh80826 提交于
-
由 Feiyu Chan 提交于
avoid polluting logging's root logger
-
由 XiangGao 提交于
-
由 Wenyu 提交于
* add to_grayscale, normalize * add rotate * add vfip and hflip * add crop center_crop * add padding, support constant, reflect, replicate, circular same as paddle.pad * add get-image-[n,c,w,h] axis utils
-
由 Pei Yang 提交于
-