YOLOv3 on CPUs: Sparsifying to Achieve GPU-Level Performance
Machine LearningModelingNeural MagicPruningYOLOYOLOv3posted by ODSC Community April 27, 2021
In this post, we elaborate on how we used state-of-the-art pruning and quantization techniques to improve the performance of the YOLOv3 on CPUs. We’ll show that by leveraging the robust YOLO training framework from Ultralytics with SparseML’s sparsification recipes it is easy to create highly pruned and INT8 quantized... Read more