`evaluate()` in `searchers/random_weight_share.py` has `return 1-top1.avg` on line 219. Since it is a percentage, it should be `return 100-top1.avg`