ruijiege

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

06 2023 档案

摘要:PaddleSlim: PaddleSlim是一个模型压缩工具库,包含模型剪裁、定点量化、知识蒸馏、超参搜索和模型结构搜索等一系列模型压缩策略 (gitee.com) 阅读全文
posted @ 2023-06-15 10:14 哦哟这个怎么搞 阅读(45) 评论(0) 推荐(0)

摘要:main.cpp #include <iostream> int main() { int num_a, num_b; num_a = 10; num_b = 20; std::cout << "num_a = " << num_a << std::endl; std::cout << "num_b 阅读全文
posted @ 2023-06-14 14:41 哦哟这个怎么搞 阅读(27) 评论(0) 推荐(0)

摘要:https://github.com/marcoslucianops/DeepStream-Yolo Accelerate multi-streaming cameras with DeepStream and deploy custom (YOLO) models 使用DeepStream加速多串 阅读全文
posted @ 2023-06-05 14:06 哦哟这个怎么搞 阅读(234) 评论(0) 推荐(0)