Closed Feng-Hong closed 9 months ago
The prune ratio in your code seems to be only for samples where the loss is less than the mean? Is this unfair to other methods that prune across all samples (Tab. 1)?
If the comparison is fair, i.e. infobatch's prune ratio is also calculated for all samples, how is the 70% prune ratio achieved, since you keep all samples where the loss is greater than averag
Same Question. Based on the method and codes, if prune ratio is 70%, the overall prune ratio could be less than 70% since the pruning is only for samples where the loss is less than the mean.
The prune ratio in your code seems to be only for samples where the loss is less than the mean? Is this unfair to other methods that prune across all samples (Tab. 1)?
If the comparison is fair, i.e. infobatch's prune ratio is also calculated for all samples, how is the 70% prune ratio achieved, since you keep all samples where the loss is greater than average?