You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use randomized random seeds in paper_plots.ipynb: seed=int(np.random.rand()*1000). This makes exact reproducibility impossible. Could we simply iterate over random seeds instead?
The text was updated successfully, but these errors were encountered:
Currently, we use randomized random seeds in
paper_plots.ipynb
:seed=int(np.random.rand()*1000)
. This makes exact reproducibility impossible. Could we simply iterate over random seeds instead?The text was updated successfully, but these errors were encountered: