Closed rajuptvs closed 1 year ago
Greetings @rajuptvs Because this is a duplicate issue of another one you posted in our sparseml repo, I am going to go ahead and close this one out. We have provided a response to that issue here: https://github.com/neuralmagic/sparseml/issues/1854#issuecomment-1832682153
Thank you for your inquiry! Jeannie / Neural Magic
Hey Team, First of all thank you for all your wonderful work on quantizing models for the community.
I have some questions on quantization using sparseml and sparsezoo. I have been trying to perform Sparse Transfer Learning With a Custom Dataset mainly using yolov8s model as below
My main question is that usual .pt files of yolov8s models before and after training are of the size in range of 20-30 MB, but when using the above recipe, the model that is getting downloaded are of the size in the range of 120 - 130 MB, I was under the impression that models being quantized and pruned, should usually of smaller sizes in the range of 6-8 MB as shown in Zoo.
Am I doing something wrong or is this usual?
Thanking you in advance, Raju