def set_rand_seeds()

in run_benchmark.py [0:0]


def set_rand_seeds(seed):
    random.seed(seed)
    torch.manual_seed(seed)