摘要:PaddleSlim: PaddleSlim是一个模型压缩工具库,包含模型剪裁、定点量化、知识蒸馏、超参搜索和模型结构搜索等一系列模型压缩策略 (gitee.com)
阅读全文
06 2023 档案
摘要: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
阅读全文
摘要:https://github.com/marcoslucianops/DeepStream-Yolo Accelerate multi-streaming cameras with DeepStream and deploy custom (YOLO) models 使用DeepStream加速多串
阅读全文