Open taosean opened 5 years ago
@taosean Hi, Please refer to yolov3/README.md
@taosean In my opinion, pruning the model you already have is okay. It might exist some performance loss. Anyway, retraining the pruned model as normal training helps a lot.
Hi @PengyiZhang , thank you for your repo.
I have a question though.
Now I have trained a yolov3 model on my own dataset. I want to know, what should I do to prune this model? Do have to 'sparsity training' this model again and prune the 'sparsity' model or directly prune the model I already have?
Besides, it seems train_drone.py doesn't exist under yolov3/ folder anymore. Will you release it later?
Thanks!