"""Compute the sensitivities of convolutions in a model. The sensitivity of a convolution is the losses of accuracy on test dataset in differenct pruned ratios. The sensitivities can be used to get a group of best ratios with some condition.
This function return a dict storing sensitivities as below:
...
...
@@ -83,9 +85,12 @@ def sensitivity(program,
_logger.debug('{}, {} has computed.'.format(name,ratio))