Automatic model-agnostic compression algorithm [Sigularty]
Reddit r/deeplearning3d4 min read
This is my first proper project. It uses multiple compression techniques and automatically searches for hyperparameters for a few of them; it uses a "CQI" score to evaluate how each technique performed and how the algorithm performed overall. I am currently working on improving the CQI function, as it is too simple; It is just change in accuracy \* change in size \* change in latency. The thing is, size overpowers everything as it deals with larger numbers, and the change is also larger than the other 2; these are some functions which I believe could be better(only for accuracy): f(x\[x = acc\
