peikexin9/deepxplore

Reproducible results

saihttam opened this issue · 1 comments

In order to get reproducible results I would suggest to add seeds to the different gen_diff.py's, e.g.:

import numpy as np
import random

random.seed(1)
np.random.seed(1)

Added to the readme. Thanks!