@dbolya currently all the models which is trained is in the range of 100-200 MB , do u have any thoughts on optimisation of the model using quantization or pruning which shall yield more fps
No idea. You're welcomed to try it, but I doubt you'd be able to increase FPS much without deleting entire layers (which would reduce performance). Though, I'm not too well versed in pruning models.
@dbolya sure i shall look try it out and update you on that
@abhigoku10 you can try mixed precision training as the mmdetection.
@andeyeluguo are you referring to this paper https://arxiv.org/pdf/1906.07155v1.pdf implementation
@andeyeluguo hi the mmdetection u suggested doesnot optimise the model , do u have any other method which i can do the model reduction
Since this has been open so long, I'm going to close it. Feel free to reopen if you have any updates.
Most helpful comment
@abhigoku10 you can try mixed precision training as the mmdetection.