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
Hi, thanks for the exciting work! I'm wondering is there a way to fix the random seed of data downloading?
E.g. I first download in total 100 patches (num_locations=100), and then rerun the code to download again 100 patches. The output patches would be different, can I make them the same?
The text was updated successfully, but these errors were encountered:
I'm sure you figured this out, but since all randomness is done through numpy, you just have to run np.random.seed(0) or some other number at the top of the script.
Hi, thanks for the exciting work! I'm wondering is there a way to fix the random seed of data downloading?
E.g. I first download in total 100 patches (num_locations=100), and then rerun the code to download again 100 patches. The output patches would be different, can I make them the same?
The text was updated successfully, but these errors were encountered: