is there a way to show the reduced number of FLOPs of a model after pruning (prune_low_magnitude with tensorflow_model_optimization). I tried to compare the default an the pruned model, but I didn't found a way where the pruned model has less FLOPs, even the size of the model reduced pretty much. I tried it with https://pypi.org/project/model-profiler but I think it didn't ignored the zero-weights.
Or is there another good way to compare their performance?
Thank you