Skip to content

Instantly share code, notes, and snippets.

@sadimanna
Created June 30, 2021 10:06
Show Gist options
  • Select an option

  • Save sadimanna/764354f385b36c0185898c457b5c2109 to your computer and use it in GitHub Desktop.

Select an option

Save sadimanna/764354f385b36c0185898c457b5c2109 to your computer and use it in GitHub Desktop.
def set_seed(seed = 16):
np.random.seed(seed)
torch.manual_seed(seed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment