Phoenix

Results 14 issues of Phoenix

## Checklist: 1. 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 2. 翻阅[FAQ常见问题汇总和答疑](https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/FAQ/FAQ.md) 3. 确认bug是否在新版本里还未修复 4. 翻阅[PaddleX API文档说明](https://github.com/PaddlePaddle/PaddleX/tree/develop#paddlex-%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3) ## 描述问题 按照教程尝试训练报错 ```shell root@autodl-container-14dc11ad52-d244ef51:~/autodl-tmp/Person/DATA# python3 demo.py WARNING: OMP_NUM_THREADS set to 12, not 1. The computation speed will not...

## Checklist: 1. 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 2. 翻阅[FAQ常见问题汇总和答疑](https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/FAQ/FAQ.md) 3. 确认bug是否在新版本里还未修复 4. 翻阅[PaddleX 使用文档](https://github.com/PaddlePaddle/PaddleX/tree/develop#paddlex-%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3) ## 描述问题 ```python 2023-02-12 11:33:49 [INFO] [TRAIN] Epoch=44/300, Step=1365/2425, loss_xy=4.820615, loss_wh=5.574079, loss_iou=19.460461, loss_iou_aware=4.270789, loss_obj=34.582016, loss_cls=7.113638, loss=75.821602, lr=0.000417, time_each_step=2.14s, eta=369:17:28...

Hi,is there any website I can buy this book in pdf format in China?

First of all, thank you for this great project! It has been incredibly useful for my work, and I really appreciate the effort you've put into it. I’ve made some...

This PR adds a new entry to the resource list related to GhostNet implementations. The added resource is for a project that provides ```TensorRT```🚀 acceleration for GhostNetv1 && GhostNetv2.

Purpose: This PR addresses the deprecation of np.int and np.float in newer versions of NumPy. These aliases have been deprecated and may cause warnings or errors when i trained BEVFusion...

**Title:** Optimize LazyValues and SparseValues with Caching Mechanism **Description:** This PR introduces a caching mechanism to the `LazyValues` and `SparseValues` classes in the ONNX GraphSurgeon module of TensorRT. By caching...

### Description Fix duplicated input node issue in TensorRT 8.6 ONNX export. This PR addresses a problem where exporting ONNX models using TensorRT 8.6 results in two input nodes being...

### Summary This PR adds support for the GhostNet V1, V2, and V3 models in the PyTorchx repository. These models implement the GhostNet architecture, which is efficient for mobile and...