You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2023. It is now read-only.
I want to reduce the size of yolov3 model( format is keras(.h5) or darknet(.weight) ) using pruning method.
According to issue #62, I found the discription 「Sure, you can use Distiller with any network, not just the models that come from TorchVision. 」.
Therefore, can I reduce model size of keras(.h5) or darknet(.weight) without converting these models into pytorch model??
In addition, I would appreciate it if you could let me know how to prune yolov3 model ( keras(.h5) or darknet(.weight) )
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to reduce the size of yolov3 model( format is keras(.h5) or darknet(.weight) ) using pruning method.
According to issue #62, I found the discription 「Sure, you can use Distiller with any network, not just the models that come from TorchVision. 」.
Therefore, can I reduce model size of keras(.h5) or darknet(.weight) without converting these models into pytorch model??
In addition, I would appreciate it if you could let me know how to prune yolov3 model ( keras(.h5) or darknet(.weight) )
The text was updated successfully, but these errors were encountered: