-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVX Problem #8
Comments
@yukai0406 Hello, I have updated batches of updates in my repo, and fixed bugs include your above issue, just have a try :) |
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 |
Thank you for the recommendation. |
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 :) |
When I make didn't have the AVX will have error
The text was updated successfully, but these errors were encountered: