- 13 5月, 2021 2 次提交
-
-
由 Jiawei Wang 提交于
-
由 chentianyu03 提交于
-
- 12 5月, 2021 12 次提交
-
-
由 Zhou Wei 提交于
* fix windows CI * fix windows CI
-
由 cc 提交于
-
由 Wenyu 提交于
-
由 Wenyu 提交于
* Fix comments in framework * Update framework.py
-
由 liym27 提交于
-
由 Kaipeng Deng 提交于
* fix dataloader exit hang when join re-enter. test=develop
-
由 liym27 提交于
-
由 tangwei12 提交于
* fix cpp lint * fix save/load with unexpected value * fix save and user interface
-
由 andreazanetti 提交于
-
由 tianshuo78520a 提交于
-
由 chentianyu03 提交于
* add varbasecopy func to fix the paraBase type bug in layers.to API * overload _copy_to func for ParamBase * add xpuplace * add waiting varbsecopy completion when not blocking * fix dst_device bug * modify varbase to shared_ptr
-
由 Chen Weihang 提交于
* polish test decoupled py reader * remove bin file
-
- 11 5月, 2021 12 次提交
-
-
由 Wenyu 提交于
* fix retry in download when exception occurs
-
由 wuhuanzhou 提交于
-
由 xiayanming 提交于
-
由 ShenLiang 提交于
* fix find_unused_parameters default value
-
由 root 提交于
-
由 root 提交于
-
由 root 提交于
-
由 root 提交于
-
由 root 提交于
-
由 root 提交于
-
由 root 提交于
-
由 huangjun12 提交于
-
- 10 5月, 2021 9 次提交
-
-
由 wangna11BD 提交于
-
由 Zhang Zheng 提交于
-
由 Thunderbrook 提交于
* pslib with cmake * heter util * vlog * heter server test * add dtor * cmake
-
由 Leo Chen 提交于
-
由 Wenyu 提交于
-
由 tianshuo78520a 提交于
This reverts commit 92adeceb.
-
由 pangyoki 提交于
-
由 tianshuo78520a 提交于
-
由 Roc 提交于
-
- 08 5月, 2021 5 次提交
-
-
由 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 提交于
-