ArtyZe / yolov3_lite

yolov3 model compress and acceleration (quantization, sparse), c++ version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVX Problem

yukai0406 opened this issue · comments

commented

When I make didn't have the AVX will have error
error

@yukai0406 Hello, I have updated batches of updates in my repo, and fixed bugs include your above issue, just have a try :)

commented

I will try

@yukai0406 suggest you pay some attention to quantization, model sparsity will be replaced by NAS in my opinion, and NCNN of Tencent is a better framework if you want to run your model in embedded device instead of darknet

commented

Thank you for the recommendation.

commented

Did you have a plan to add winograd algorithm like ncnn?

@yukai0406 As you seen, I have changed darknet to c++ version and it's convenient to port code of other framwork such as ncnn to darknet. you can have a try. Maybe I will start this work in 5.1 festival if I have free time :)