Paddle
Paddle copied to clipboard
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
### PR types Others ### PR changes Others ### Describe Migrates the following oneDNN operator fluid kernels to PHI: - sgd - stack
### 请提出你的问题 Please ask your question 用 paddle 官方的 infer_yolov3.py 做推理,yolov3的模型就没问题,yolox 就会报错下面的日志,请问下是哪块需要专门配置吗?搜了各种答案都找不到 ## 堆栈如下 Traceback (most recent call last): File "infer_yolov3.py", line 132, in result = run(pred, [im_shape, data, scale_factor])...
### PR types New features ### PR changes APIs ### Describe 为 Paddle 新增 paddle.incubate.sparse.transpose 稀疏 API - rfc: https://github.com/PaddlePaddle/community/pull/250 - docs: https://github.com/PaddlePaddle/docs/pull/5272
### PR types Others ### PR changes OPs ### Describe This PR replace set_format with set_mem_desc and also reimplemented whole FC kernel not to use caching mechanism (to rely on...
### PR types Others ### PR changes Others ### Describe This PR optimize log info
### PR types Others ### PR changes Others ### Describe updated the error msg when user call numpy api and set_state_dict in dy2static, numpy api should be replaced with paddle...
### PR types Others ### PR changes Others ### Describe 迁移selected_rows_functor到phi下
### PR types Bug fixes ### PR changes Others ### Describe Fix uva tensor to fix numpy slice bug.
### PR types Performance optimization ### PR changes OPs ### Describe fuse patch merge and layernorm in trt
### PR types Bug fixes ### PR changes Docs ### Describe fix some Hyperlink issues