KunPeng Liu

Results 9 comments of KunPeng Liu

有解决这个问题吗

https://github.com/JasonSloan/learning-notebook/blob/main/03.%20%E6%8E%A8%E7%90%86/04.%20%E5%89%AA%E6%9E%9D%E4%B8%8E%E9%87%8D%E5%8F%82/examples/02.%20YOLOv8%E5%89%AA%E6%9E%9D/README.md 我自己实现了YOLOv8的剪枝, 最多可剪80%, 你可以参考下

你看下我这个仓库的README.md, 我就是参考一个YOLOv5的剪枝代码写的YOLOv8的剪枝, 我的仓库的README.md中有YOLOv5的剪枝代码的链接

> Have you solved this problem yet

> Use the same inputs or different inputs ? Or you can use trtexec to profile it . The same inputs. The behaviour of my inference code is different from...

> Set warmup, and data copy not include the latency. Lock the gpu freq. The warm-up phase had already been integrated into the process. Moreover, the GPU frequency had been...

> What OS are you using and what's the vram usage during inference? Is it running too close to the vram limit? Thanks for your reply. No, even testing a...