def set_rand_seeds()

in gen_image.py [0:0]


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